Class ServiceNotAuthorizedException

All Implemented Interfaces:
Serializable

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

    • ServiceNotAuthorizedException

      public ServiceNotAuthorizedException()
    • ServiceNotAuthorizedException

      public ServiceNotAuthorizedException(String message)
    • ServiceNotAuthorizedException

      public ServiceNotAuthorizedException(Throwable cause)
    • ServiceNotAuthorizedException

      public ServiceNotAuthorizedException(String message, Throwable cause)