|
||||||||||
| 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.dynalivery.saffron.client.exception.SaffronClientException
com.dynalivery.saffron.client.exception.SaffronSecurityException
A public class to return an exception when the attempted operation violates Saffron security.
| Field Summary |
| Fields inherited from class com.dynalivery.saffron.client.exception.SaffronClientException |
detail |
| Constructor Summary | |
SaffronSecurityException(java.lang.String msg)
Constructs a SaffronSecurityException with a detail message. |
|
SaffronSecurityException(java.lang.String msg,
java.lang.Throwable detail)
Constructs a SaffronSecurityException with a detail message. |
|
| Methods inherited from class com.dynalivery.saffron.client.exception.SaffronClientException |
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SaffronSecurityException(java.lang.String msg)
msg - the detail message describing the exception.
public SaffronSecurityException(java.lang.String msg,
java.lang.Throwable detail)
msg - the detail message describing the exception.detail - the original Throwable caught by the client
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||