public class SOAPClientException extends Exception
SOAPClientException is thrown when there are errors related
to JAXRPC and SOAP methods.| Constructor and Description |
|---|
SOAPClientException()
Create
SOAPClientException with no message. |
SOAPClientException(String className)
Create
SOAPClientException with a message. |
SOAPClientException(String className,
String exceptionMessage)
Create
SOAPClientException with a class name and message. |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Method to obtain the class name.
|
String |
getMessage()
Method to obtain the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SOAPClientException()
SOAPClientException with no message.public SOAPClientException(String className)
SOAPClientException with a message.className - The name of the class associated with exception.public String getClassName()
public String getMessage()
getMessage in class ThrowableCopyright © 2010–2023 Open Identity Platform Community. All rights reserved.