com.sun.xml.messaging.saaj.soap
Class SOAPVersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.soap.SOAPException
              extended by com.sun.xml.messaging.saaj.SOAPExceptionImpl
                  extended by com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
All Implemented Interfaces:
java.io.Serializable

public class SOAPVersionMismatchException
extends SOAPExceptionImpl

See Also:
Serialized Form

Constructor Summary
SOAPVersionMismatchException()
          Constructs a SOAPExceptionImpl object with no reason or embedded Throwable object.
SOAPVersionMismatchException(java.lang.String reason)
          Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown.
SOAPVersionMismatchException(java.lang.String reason, java.lang.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.
SOAPVersionMismatchException(java.lang.Throwable cause)
          Constructs a SOAPExceptionImpl object initialized with the given Throwable object.
 
Method Summary
 
Methods inherited from class com.sun.xml.messaging.saaj.SOAPExceptionImpl
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPVersionMismatchException

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


SOAPVersionMismatchException

public SOAPVersionMismatchException(java.lang.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(java.lang.String reason,
                                    java.lang.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(java.lang.Throwable cause)
Constructs a SOAPExceptionImpl object initialized with the given Throwable object.



Copyright © 2011 Oracle. All Rights Reserved.