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