public interface ImaJmsException
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Gets the cause of the exception.
|
String |
getErrorCode()
Gets the error code string.
|
int |
getErrorType()
Gets the error code as an integer.
|
String |
getLocalizedMessage()
Gets the formatted message in the default locale.
|
String |
getMessage()
Gets the formatted message.
|
String |
getMessage(Locale locale)
Gets the formatted message in the specified locale.
|
String |
getMessageFormat()
Gets the message as the string form of a message format.
|
String |
getMessageFormat(Locale locale)
Gets the message as the string form of a message format in the specified locale.
|
Object[] |
getParameters()
Gets the replacement data for the exception message.
|
StackTraceElement[] |
getStackTrace()
Gets the stack trace for this object.
|
void |
printStackTrace(PrintStream s)
Prints the backtrace to the specified print stream.
|
void |
printStackTrace(PrintWriter s)
Prints the backtrace to the specified print writer.
|
static final String COPYRIGHT
String getErrorCode()
String getMessageFormat()
String getMessageFormat(Locale locale)
locale
- The locale in which to return the message format.Object[] getParameters()
int getErrorType()
Throwable getCause()
String getMessage()
String getMessage(Locale locale)
String getLocalizedMessage()
StackTraceElement[] getStackTrace()
void printStackTrace(PrintStream s)
s
- PrintStream to use for the outputvoid printStackTrace(PrintWriter s)
s
- PrintWriter to use for the outputCopyright © Contributors to the Eclipse Foundation 2012-2021.