Package org.cyclos.model.access
Class InvalidTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.access.InvalidTokenException
-
- All Implemented Interfaces:
Serializable
public class InvalidTokenException extends BusinessException
Exception thrown when a user tries to activate a token with an invalid value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTokenException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-