public class MessageServiceException extends IOException
Constructor and Description |
---|
MessageServiceException()
Zero-arg constructor.
|
MessageServiceException(String message)
Create the exception.
|
MessageServiceException(String message,
Throwable rootCause)
Create the exception.
|
MessageServiceException(Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the underlying cause.
|
Throwable |
getRootCause()
Returns the underlying cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageServiceException()
public MessageServiceException(String message)
public MessageServiceException(String message, Throwable rootCause)
public MessageServiceException(Throwable rootCause)
Copyright © 2023. All rights reserved.