Class UnauthenticatedException

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

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

    • UnauthenticatedException

      public UnauthenticatedException()
    • UnauthenticatedException

      public UnauthenticatedException(String message)
    • UnauthenticatedException

      public UnauthenticatedException(Throwable cause)
    • UnauthenticatedException

      public UnauthenticatedException(String message, Throwable cause)