|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dynalivery.saffron.client.exception.UnexpectedServerException
A public class to return server exceptions
| Field Summary | |
java.lang.Throwable |
detail
|
| Constructor Summary | |
UnexpectedServerException(java.lang.String msg,
java.lang.Throwable detail)
Constructs an UnexpectedServerException with a detail message. |
|
| Method Summary | |
java.lang.String |
toString()
Override toString method to display detail exception message |
| 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 |
| Field Detail |
public java.lang.Throwable detail
| Constructor Detail |
public UnexpectedServerException(java.lang.String msg,
java.lang.Throwable detail)
msg - the detail message describing the authentication exception.detail - the original Throwable caught by the EJB client| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||