|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.bc.gov.webade.WebADEException
This exception indicates that an error was found while attempting to access some component of the WebADE framework. It likely indicates a problem with the WebADE configuration on the server.
To aid in debugging this exception may contain lower-level exceptions chained to it.
| Constructor Summary | |
WebADEException()
Constructs a WebADEException object; msg defaults to null |
|
WebADEException(java.lang.String msg)
Constructs a WebADEException object with a message |
|
WebADEException(java.lang.String msg,
java.lang.Exception ex)
Constructs a WebADEException object with a message and a
chained exception. |
|
WebADEException(java.lang.Throwable ex)
Constructs a WebADEException object with a chained
exception. |
|
| Method Summary | |
java.lang.Exception |
getNextException()
Deprecated. Use Throwable.getCause() |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WebADEException()
WebADEException object; msg defaults to null
public WebADEException(java.lang.String msg)
WebADEException object with a message
msg - The text message.public WebADEException(java.lang.Throwable ex)
WebADEException object with a chained
exception.
ex - The chained exception.
public WebADEException(java.lang.String msg,
java.lang.Exception ex)
WebADEException object with a message and a
chained exception.
msg - The text message.ex - The chained exception.| Method Detail |
public java.lang.Exception getNextException()
Throwable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||