Class SOAPClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.jaxrpc.SOAPClientException
All Implemented Interfaces:
Serializable

@SupportedAll public class SOAPClientException extends Exception
An SOAPClientException is thrown when there are errors related to JAXRPC and SOAP methods.
See Also:
  • Constructor Details

    • SOAPClientException

      public SOAPClientException()
      Create SOAPClientException with no message.
    • SOAPClientException

      public SOAPClientException(String className)
      Create SOAPClientException with a message.
      Parameters:
      className - The name of the class associated with exception.
    • SOAPClientException

      public SOAPClientException(String className, String exceptionMessage)
      Create SOAPClientException with a class name and message.
      Parameters:
      className - The name of the class associated with exception.
      exceptionMessage - The message associated with exception.
  • Method Details

    • 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 class Throwable
      Returns:
      message