Package i5.las2peer.api.execution
Class ServiceNotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.execution.ServiceInvocationException
i5.las2peer.api.execution.ServiceNotAuthorizedException
- All Implemented Interfaces:
Serializable
Thrown if access to the service requires a logged in user.
May also be thrown by a service to indicate that the main agent is anonymous agent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNotAuthorizedException
(String message) ServiceNotAuthorizedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceNotAuthorizedException
public ServiceNotAuthorizedException() -
ServiceNotAuthorizedException
-
ServiceNotAuthorizedException
-
ServiceNotAuthorizedException
-