Package org.apache.xmlrpc.common
Class XmlRpcNotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xmlrpc.XmlRpcException
org.apache.xmlrpc.common.XmlRpcNotAuthorizedException
- All Implemented Interfaces:
Serializable
This exception must be thrown, if the user isn't authenticated.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xmlrpc.XmlRpcException
code, linkedException
-
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcNotAuthorizedException
(String pMessage) Creates a new instance with the given error message. -
Method Summary
Methods inherited from class org.apache.xmlrpc.XmlRpcException
getCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
XmlRpcNotAuthorizedException
Creates a new instance with the given error message.- Parameters:
pMessage
- The error message.
-