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