Class PermissionDeniedException

All Implemented Interfaces:
Serializable, Cloneable

public class PermissionDeniedException extends UserException
This exception is raised if a client is denied the ability to create a session with the router.
See Also:
  • Field Details

    • reason

      public String reason
      The reason why permission was denied.
  • Constructor Details

    • PermissionDeniedException

      public PermissionDeniedException()
    • PermissionDeniedException

      public PermissionDeniedException(Throwable cause)
    • PermissionDeniedException

      public PermissionDeniedException(String reason)
    • PermissionDeniedException

      public PermissionDeniedException(String reason, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.