Package es.caib.seycon
Class BadPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.BadPasswordException
-
- es.caib.seycon.BadPasswordException
-
- All Implemented Interfaces:
Serializable
public class BadPasswordException extends BadPasswordException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadPasswordException()
Deprecated.BadPasswordException(String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadPasswordException
@Deprecated public BadPasswordException()
Deprecated.
-
BadPasswordException
@Deprecated public BadPasswordException(String msg)
Deprecated.
-
-