public class InternalMailboxException extends RuntimeException
EventMailbox interface. The detail field
will give a description that can be reported to the mailbox developer
(and may be documented in that mailbox's external documentation).| Modifier and Type | Field and Description |
|---|---|
Throwable |
nestedException
The exception (if any) that triggered the internal exception.
|
| Constructor and Description |
|---|
InternalMailboxException(String str)
Create an exception, passing the string to the superclass'
constructor.
|
InternalMailboxException(String str,
Throwable ex)
Create an exception, passing the string to the superclass'
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace()
Print the stack trace of this exception and that of the nested
exception, if any.
|
void |
printStackTrace(PrintStream out)
Print the stack trace of this exception and that of the nested
exception, if any.
|
void |
printStackTrace(PrintWriter out)
Print the stack trace of this exception and that of the nested
exception, if any.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic final Throwable nestedException
null.public InternalMailboxException(String str)
null.public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class ThrowableCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.