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