Package org.cyclos.model.access
Class InvalidSessionDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidSessionDataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CredentialsNotSuppliedException,InaccessibleChannelException,InaccessibleGroupException,InaccessiblePrincipalException,InvalidAccessClientException,InvalidAccessTokenException,InvalidChannelUsageException,InvalidInvocationDataException,InvalidNetworkException,LoggedOutException,OperatorWithPendingAgreementsException,UnauthorizedAddressException,UnauthorizedURLException
public abstract class InvalidSessionDataException extends FrameworkException
Base class for all exceptions related to an error in a service invocation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionDataException()InvalidSessionDataException(String message)
-
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
-
-
-
-
Constructor Detail
-
InvalidSessionDataException
public InvalidSessionDataException()
-
InvalidSessionDataException
public InvalidSessionDataException(String message)
-
-