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