|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| 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
atavism.msgsys.RPCException
public class RPCException
RPC handler threw an exception when handling a request. This exception is thrown locally when the remote handler throws an exception. This exception carries the full stack frames from the remote context.
| Constructor Summary | |
|---|---|
RPCException(ExceptionData exceptionData)
Create RPCException from remote exception data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentName()
Get remote agent name. |
java.lang.String |
getExceptionClassName()
Get remote exception class name. |
java.lang.String |
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 RPCException(ExceptionData exceptionData)
| Method Detail |
|---|
public java.lang.String getExceptionClassName()
public java.lang.String getAgentName()
public java.lang.String toString()
toString in class java.lang.Throwable
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||