Serializablepublic class SOAPVersionMismatchException extends SOAPExceptionImpl
| Constructor | Description |
|---|---|
SOAPVersionMismatchException() |
Constructs a
SOAPExceptionImpl object with no
reason or embedded Throwable object. |
SOAPVersionMismatchException(String reason) |
Constructs a
SOAPExceptionImpl object with the given
String as the reason for the exception being thrown. |
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. |
SOAPVersionMismatchException(Throwable cause) |
Constructs a
SOAPExceptionImpl object initialized
with the given Throwable object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic SOAPVersionMismatchException()
SOAPExceptionImpl object with no
reason or embedded Throwable object.public SOAPVersionMismatchException(String reason)
SOAPExceptionImpl object with the given
String as the reason for the exception being thrown.reason - a description of what caused the exceptionpublic SOAPVersionMismatchException(String reason, Throwable cause)
SOAPExceptionImpl object with the given
String as the reason for the exception being thrown
and the given Throwable object as an embedded
exception.reason - a description of what caused the exceptioncause - a Throwable object that is to
be embedded in this SOAPExceptionImpl objectpublic SOAPVersionMismatchException(Throwable cause)
SOAPExceptionImpl object initialized
with the given Throwable object.cause - a Throwable object that is to
be embedded in this SOAPExceptionImpl objectCopyright © 2018 Oracle. All rights reserved.