|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.ws.WSException
org.opensaml.ws.message.MessageException
org.opensaml.ws.message.encoder.MessageEncodingException
public class MessageEncodingException
Exception thrown when a problem occurs encoding a message from to an output transport.
| Constructor Summary | |
|---|---|
MessageEncodingException()
Constructor. |
|
MessageEncodingException(Exception wrappedException)
Constructor. |
|
MessageEncodingException(String message)
Constructor. |
|
MessageEncodingException(String message,
Exception wrappedException)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageEncodingException()
public MessageEncodingException(String message)
message - exception messagepublic MessageEncodingException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public MessageEncodingException(String message,
Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||