public class SOAPException extends WSException
Constructor and Description |
---|
SOAPException()
Constructor.
|
SOAPException(Exception wrappedException)
Constructor.
|
SOAPException(String message)
Constructor.
|
SOAPException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SOAPException()
public SOAPException(String message)
message
- exception messagepublic SOAPException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018 JBoss by Red Hat. All rights reserved.