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 XmlRpcException
code, linkedException -
Constructor Summary
ConstructorsConstructorDescriptionXmlRpcNotAuthorizedException(String pMessage) Creates a new instance with the given error message. -
Method Summary
Methods inherited from class XmlRpcException
getCause, printStackTrace, printStackTraceMethods inherited from class 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.
-