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, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toString
public 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 © 2019 JBoss by Red Hat. All rights reserved.