@Beta public class MessagingException extends RuntimeException
Constructor and Description |
---|
MessagingException(String message)
Thrown in case an error occurs upon reception of a message.
|
MessagingException(String message,
Throwable cause)
Thrown in case an error occurs upon reception of a message.
|
MessagingException(Throwable cause)
Thrown in case an error occurs upon reception of a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessagingException(@Nullable String message)
message
- The encapsulated messagepublic MessagingException(@Nullable String message, @Nullable Throwable cause)
message
- The encapsulated messagecause
- The encapsulated exceptionCopyright © 2020 SAP SE. All rights reserved.