public class MessageServiceException
extends java.io.IOException
Constructor and Description |
---|
MessageServiceException()
Zero-arg constructor.
|
MessageServiceException(java.lang.String message)
Create the exception.
|
MessageServiceException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception.
|
MessageServiceException(java.lang.Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause.
|
java.lang.Throwable |
getRootCause()
Returns the underlying cause.
|
public MessageServiceException()
public MessageServiceException(java.lang.String message)
public MessageServiceException(java.lang.String message, java.lang.Throwable rootCause)
public MessageServiceException(java.lang.Throwable rootCause)