|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ro.raducora.utils.protocol.RemoteException
| Constructor Summary | |
RemoteException()
Wrapps on the local exception |
|
RemoteException(java.lang.Exception local)
Wrapps on the local exception |
|
| Method Summary | |
java.lang.String |
getMessage()
Return the exception's message |
java.lang.Exception |
getRemoteException()
Gets the original wrapped exception |
java.lang.String |
toString()
Return the exception's message |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 RemoteException(java.lang.Exception local)
local - the local exception to wrappublic RemoteException()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getRemoteException()
|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||