|
||||||||||
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.apache.cactus.util.ChainedException
org.apache.cactus.internal.client.ClientException
public class ClientException
A Cactus client side exception.
Field Summary |
---|
Fields inherited from class org.apache.cactus.util.ChainedException |
---|
originalException |
Constructor Summary | |
---|---|
ClientException(java.lang.String theMessage)
|
|
ClientException(java.lang.String theMessage,
java.lang.Throwable theException)
|
|
ClientException(java.lang.Throwable theException)
|
Method Summary |
---|
Methods inherited from class org.apache.cactus.util.ChainedException |
---|
printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientException(java.lang.String theMessage)
ChainedException.ChainedException(String)
public ClientException(java.lang.String theMessage, java.lang.Throwable theException)
ChainedException.ChainedException(String, Throwable)
public ClientException(java.lang.Throwable theException)
ChainedException.ChainedException(Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |