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
ConstructorsConstructorDescriptionCreateSOAPClientExceptionwith no message.SOAPClientException(String className) CreateSOAPClientExceptionwith a message.SOAPClientException(String className, String exceptionMessage) CreateSOAPClientExceptionwith 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()CreateSOAPClientExceptionwith no message. -
SOAPClientException
CreateSOAPClientExceptionwith a message.- Parameters:
className- The name of the class associated with exception.
-
SOAPClientException
CreateSOAPClientExceptionwith 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:
getMessagein classThrowable- Returns:
- message
-