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