Class ServiceAccessDeniedException

All Implemented Interfaces:
Serializable

public class ServiceAccessDeniedException extends ServiceInvocationException
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 Details

    • ServiceAccessDeniedException

      public ServiceAccessDeniedException()
    • ServiceAccessDeniedException

      public ServiceAccessDeniedException(String message)
    • ServiceAccessDeniedException

      public ServiceAccessDeniedException(Throwable cause)
    • ServiceAccessDeniedException

      public ServiceAccessDeniedException(String message, Throwable cause)