|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
org.apache.servicemix.jbi.audit.AuditorException
public class AuditorException
AuditorException is the exception that can be thrown by the AuditorMBean
when an error occurs accessing the data store when performing an operation.
| Constructor Summary | |
|---|---|
AuditorException(String aMessage)
Constructs a new AuditorException with the specified detail message. |
|
AuditorException(String aMessage,
Throwable aCause)
Constructs a new AuditorException with the specified detail message and cause. |
|
AuditorException(Throwable aCause)
Constructs a new AuditorException with the specified cause and a detail message of (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuditorException(String aMessage)
Throwable.initCause(java.lang.Throwable).
aMessage - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.
public AuditorException(String aMessage,
Throwable aCause)
Note that the detail message associated with
cause is not automatically incorporated in
this exception's detail message.
aMessage - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).aCause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public AuditorException(Throwable aCause)
PrivilegedActionException).
aCause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||