SOAPClientException
public class SOAPClientException extends Exception
SOAPClientException
is thrown when there are errors related
to JAXRPC and SOAP methods.Constructor and Description |
---|
SOAPClientException()
Deprecated.
Create
SOAPClientException with no message. |
SOAPClientException(String className)
Deprecated.
Create
SOAPClientException with a message. |
SOAPClientException(String className,
String exceptionMessage)
Deprecated.
Create
SOAPClientException with a class name and message. |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Deprecated.
Method to obtain the class name.
|
String |
getMessage()
Deprecated.
Method to obtain the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Throwable
Copyright © 2010-2018, ForgeRock All Rights Reserved.