Class UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.auth.UnauthorizedException
All Implemented Interfaces:
Serializable

public class UnauthorizedException extends Exception
Thrown if a user does not have permission to access a particular method.
Author:
Iain Shigeoka
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)