|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.slamd.common.SLAMDException
com.sun.slamd.client.ClientException
This class defines an exception that may be thrown if a problem is encountered while performing some operation in the client.
| Constructor Summary | |
ClientException(java.lang.String message)
Creates a new SLAMD client exception with the specified message. |
|
ClientException(java.lang.String message,
java.lang.Exception parentException)
Creates a new SLAMD client exception with the specified message and parent exception. |
|
| Method Summary | |
java.lang.Exception |
getParentException()
Retrieves the parent exception that triggered this client exception. |
| 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 ClientException(java.lang.String message)
message - A message providing more information about the exception.
public ClientException(java.lang.String message,
java.lang.Exception parentException)
message - A message providing more information about the
exception.parentException - The parent exception that triggered this client
exception.| Method Detail |
public java.lang.Exception getParentException()
getParentException in class SLAMDExceptionnull if no parent exception is available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||