public class SOAPVersionMismatchException extends SOAPExceptionImpl
| Constructor and 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. |
getCause, 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 © 2005–2017 Oracle Corporation. All rights reserved.