Package i5.las2peer.api.execution
Class ServiceAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.execution.ServiceInvocationException
i5.las2peer.api.execution.ServiceAccessDeniedException
- All Implemented Interfaces:
Serializable
Thrown if access to the service (method) has been denied.
May also be thrown by a service to indicate that the main agent does have access to the method or accessed content.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAccessDeniedException
(String message) ServiceAccessDeniedException
(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
-
ServiceAccessDeniedException
public ServiceAccessDeniedException() -
ServiceAccessDeniedException
-
ServiceAccessDeniedException
-
ServiceAccessDeniedException
-