public class JMSAdminException extends Exception
Constructor and Description |
---|
JMSAdminException()
Constructs an JMSAdminException object
|
JMSAdminException(String message)
Constructs an JMSAdminException object
|
Modifier and Type | Method and Description |
---|---|
Exception |
getLinkedException()
Gets the exception linked to this one
|
String |
getMessage()
Returns the message along with the message from any linked exception.
|
void |
setLinkedException(Exception ex)
Adds a linked Exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JMSAdminException()
public JMSAdminException(String message)
message
- Exception messagepublic Exception getLinkedException()
public void setLinkedException(Exception ex)
ex
- the linked Exceptionpublic String getMessage()
getMessage
in class Throwable
Copyright © 2019. All rights reserved.