|
||||||||
| 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.myskua.sac.client.SacClientException
public class SacClientException
An exception for when things go wrong communicating with a SAC or MetaSAC.
| Constructor Summary | |
|---|---|
SacClientException(java.lang.String message)
This constructor should not be used when catching and rethrowing exceptions, only when generating fresh exceptions. |
|
SacClientException(java.lang.String message,
java.lang.Throwable cause)
Constructor taking the cause of the error (an exception/error) and a message describing the context |
|
SacClientException(java.lang.Throwable cause)
Convenience constructor that just takes the cause of the error |
|
| 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 SacClientException(java.lang.String message,
java.lang.Throwable cause)
public SacClientException(java.lang.Throwable cause)
public SacClientException(java.lang.String message)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||