|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.axiondb.AxionException
Root exception for Axion related or specific problems.
| Constructor Summary | |
AxionException()
Equivalent to AxionException(null,null). |
|
AxionException(String message)
Equivalent to AxionException(message,null). |
|
AxionException(String message,
Throwable nested)
Construct a new AxionException with the given
message, wrapping the given Throwable. |
|
AxionException(Throwable nested)
Equivalent to AxionException(null,nested). |
|
| Method Summary | |
Throwable |
getNestedThrowable()
Return the Throwable I'm wrapping, if any. |
| 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 AxionException()
AxionException(null,null).
public AxionException(String message)
AxionException(message,null).
public AxionException(String message,
Throwable nested)
AxionException with the given
message, wrapping the given Throwable.
message - my detailed message (possibly null)nested - a Throwable to wrap (possibly null)public AxionException(Throwable nested)
AxionException(null,nested).
| Method Detail |
public Throwable getNestedThrowable()
Throwable I'm wrapping, if any.
Throwable I'm wrapping, if any.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||