|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
context.arch.InvalidMethodException
This class implements the InvalidMethodException. It is thrown when a handler for a specified RPC can't be found.
MethodException,
Serialized Form| Constructor Summary | |
InvalidMethodException()
Basic constructor for InvalidMethodException with no message |
|
InvalidMethodException(java.lang.String message)
Constructor for InvalidMethodException with error message |
|
| Method Summary | |
java.lang.String |
getMessage()
Returns the error message |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 InvalidMethodException()
public InvalidMethodException(java.lang.String message)
| Method Detail |
public java.lang.String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||