Class ExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.core.DesktopException
cl.obcom.desktopfx.core.ExpiredException
- All Implemented Interfaces:
Serializable
Exception thrown when the user's password has expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newExpiredExceptioninstance.ExpiredException(String message) Constructs a newExpiredExceptionwith amessage.ExpiredException(String message, Throwable cause) Constructs a newExpiredExceptionwith amessageandcause.ExpiredException(Throwable cause) Constructs a newExpiredExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpiredException
public ExpiredException()Constructs a newExpiredExceptioninstance. -
ExpiredException
Constructs a newExpiredExceptionwith amessage.- Parameters:
message- the detail message.
-
ExpiredException
Constructs a newExpiredExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
ExpiredException
-