org.opensaml.ws.soap.common
public class SOAPException extends WSException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
SOAPException()
Constructor.
|
SOAPException(Exception wrappedException)
Constructor.
|
SOAPException(String message)
Constructor.
|
SOAPException(String message,
Exception wrappedException)
Constructor.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public SOAPException()
public SOAPException(String message)
message
- exception messagepublic SOAPException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.