Package org.cyclos.model
Class CredentialsNotSuppliedException
- 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
-
- org.cyclos.model.CredentialsNotSuppliedException
-
- All Implemented Interfaces:
Serializable
public class CredentialsNotSuppliedException extends InvalidSessionDataException
Exception thrown when attempting to invoke a service method, but no credentials were supplied when expected (for example, in RPC calls)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialsNotSuppliedException()CredentialsNotSuppliedException(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
-
CredentialsNotSuppliedException
public CredentialsNotSuppliedException()
-
CredentialsNotSuppliedException
public CredentialsNotSuppliedException(String message)
-
-