Package com.sun.identity.jaxrpc
Class SOAPClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.jaxrpc.SOAPClientException
- All Implemented Interfaces:
Serializable
An
SOAPClientException
is thrown when there are errors related
to JAXRPC and SOAP methods.- See Also:
-
Constructor Summary
ConstructorDescriptionCreateSOAPClientException
with no message.SOAPClientException
(String className) CreateSOAPClientException
with a message.SOAPClientException
(String className, String exceptionMessage) CreateSOAPClientException
with a class name and message. -
Method Summary
Modifier and TypeMethodDescriptionMethod to obtain the class name.Method to obtain the message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SOAPClientException
public SOAPClientException()CreateSOAPClientException
with no message. -
SOAPClientException
CreateSOAPClientException
with a message.- Parameters:
className
- The name of the class associated with exception.
-
SOAPClientException
CreateSOAPClientException
with a class name and message.- Parameters:
className
- The name of the class associated with exception.exceptionMessage
- The message associated with exception.
-
-
Method Details
-
getClassName
Method to obtain the class name.- Returns:
- the class name
-
getMessage
Method to obtain the message.- Overrides:
getMessage
in classThrowable
- Returns:
- message
-