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:
- Serializable
public class SOAPVersionMismatchException
- extends SOAPExceptionImpl
- See Also:
- Serialized Form
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 exceptioncause - 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.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.