Package org.cyclos.model
Class UserStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.InternalException
-
- org.cyclos.model.UserStatusException
-
- All Implemented Interfaces:
Serializable
public class UserStatusException extends InternalException
Exception thrown when attempting to locate a user with an invalid status- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserStatusException()UserStatusException(UserStatus userStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserStatusgetUserStatus()voidsetUserStatus(UserStatus userStatus)-
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
-
-
-
-
Constructor Detail
-
UserStatusException
public UserStatusException()
-
UserStatusException
public UserStatusException(UserStatus userStatus)
-
-
Method Detail
-
getUserStatus
public UserStatus getUserStatus()
-
setUserStatus
public void setUserStatus(UserStatus userStatus)
-
-