Class ExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.ExpiredException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=GONE,
reason="The given resource could not be retrieved because it is no longer valid.")
public class ExpiredException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
Indicates that a certain resource could not be retrieved because it is no longer valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().ExpiredException(String message) SeeException(String).ExpiredException(String message, Throwable cause) ExpiredException(Throwable cause) SeeException(Throwable). -
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()SeeException(). -
ExpiredException
SeeException(String). -
ExpiredException
-
ExpiredException
SeeException(Throwable).
-