Class XmlRpcNotAuthorizedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlRpcNotAuthorizedException
    extends XmlRpcException
    This exception must be thrown, if the user isn't authenticated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlRpcNotAuthorizedException​(java.lang.String pMessage)
      Creates a new instance with the given error message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XmlRpcNotAuthorizedException

        public XmlRpcNotAuthorizedException​(java.lang.String pMessage)
        Creates a new instance with the given error message.
        Parameters:
        pMessage - The error message.