|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
org.glassfish.jersey.message.internal.MessageBodyProcessingException
public class MessageBodyProcessingException
Jersey exception signaling that error occurred during reading or writing message body (entity).
| Constructor Summary | |
|---|---|
MessageBodyProcessingException(String message)
Creates new instance initialized with exception message. |
|
MessageBodyProcessingException(String message,
Throwable cause)
Creates new instance initialized with exception message and exception cause. |
|
MessageBodyProcessingException(Throwable cause)
Creates new instance initialized with exception cause. |
|
| 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 MessageBodyProcessingException(Throwable cause)
cause - Exception cause.
public MessageBodyProcessingException(String message,
Throwable cause)
message - Message.cause - Exception cause.public MessageBodyProcessingException(String message)
message - Message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||