Package com.sun.identity.shared.jaxrpc
Class SOAPClientException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.sun.identity.shared.jaxrpc.SOAPClientException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@SupportedAll public class SOAPClientException extends Exception
AnSOAPClientExceptionis thrown when there are errors related to JAXRPC and SOAP methods.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SOAPClientException()CreateSOAPClientExceptionwith no message.SOAPClientException(String className)CreateSOAPClientExceptionwith a message.SOAPClientException(String className, String exceptionMessage)CreateSOAPClientExceptionwith a class name and message. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Method to obtain the class name.StringgetMessage()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 Detail
- 
SOAPClientException
public SOAPClientException()
CreateSOAPClientExceptionwith no message. 
- 
SOAPClientException
public SOAPClientException(String className)
CreateSOAPClientExceptionwith a message.- Parameters:
 className- The name of the class associated with exception.
 
 - 
 
- 
Method Detail
- 
getClassName
public String getClassName()
Method to obtain the class name.- Returns:
 - the class name
 
 
- 
getMessage
public String getMessage()
Method to obtain the message.- Overrides:
 getMessagein classThrowable- Returns:
 - message
 
 
 - 
 
 -