Package es.caib.seycon.ng.exception
Class InvalidPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.InvalidPasswordException
-
- All Implemented Interfaces:
Serializable
public class InvalidPasswordException extends Exception
ContraseƱa incorrecta- Version:
- $Revision: 1.1.2.1 $
- Author:
- $Author: u07286 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException()
Creates newInvalidPasswordException
without detail message.InvalidPasswordException(String msg)
Constructs anInvalidPasswordException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPasswordException
public InvalidPasswordException()
Creates newInvalidPasswordException
without detail message.
-
InvalidPasswordException
public InvalidPasswordException(String msg)
Constructs anInvalidPasswordException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-