com.sun.xml.messaging.saaj.soap
Class SOAPVersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.soap.SOAPException
com.sun.xml.messaging.saaj.SOAPExceptionImpl
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. |
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 |
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 exceptioncause
- 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.