Class SOAPVersionMismatchException

All Implemented Interfaces:
Serializable

public class SOAPVersionMismatchException extends SOAPExceptionImpl
See Also:
  • Constructor Details

    • SOAPVersionMismatchException

      public SOAPVersionMismatchException()
      Constructs a SOAPExceptionImpl object with no reason or embedded Throwable object.
    • SOAPVersionMismatchException

      public SOAPVersionMismatchException(String reason)
      Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown.
      Parameters:
      reason - a description of what caused the exception
    • SOAPVersionMismatchException

      public SOAPVersionMismatchException(String reason, Throwable cause)
      Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
      Parameters:
      reason - a description of what caused the exception
      cause - a Throwable object that is to be embedded in this SOAPExceptionImpl object
    • SOAPVersionMismatchException

      public SOAPVersionMismatchException(Throwable cause)
      Constructs a SOAPExceptionImpl object initialized with the given Throwable object.
      Parameters:
      cause - a Throwable object that is to be embedded in this SOAPExceptionImpl object