public class MessageBodyProcessingException extends ProcessingException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageBodyProcessingException(Throwable cause)
cause
- Exception cause.public MessageBodyProcessingException(String message, Throwable cause)
message
- Message.cause
- Exception cause.public MessageBodyProcessingException(String message)
message
- Message.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.