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
AnSOAPClientException
is thrown when there are errors related to JAXRPC and SOAP methods.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SOAPClientException()
CreateSOAPClientException
with no message.SOAPClientException(String className)
CreateSOAPClientException
with a message.SOAPClientException(String className, String exceptionMessage)
CreateSOAPClientException
with a class name and message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Method to obtain the class name.String
getMessage()
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()
CreateSOAPClientException
with no message.
-
SOAPClientException
public SOAPClientException(String className)
CreateSOAPClientException
with 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:
getMessage
in classThrowable
- Returns:
- message
-
-