context.arch
Class InvalidMethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--context.arch.InvalidMethodException

public class InvalidMethodException
extends java.lang.Exception

This class implements the InvalidMethodException. It is thrown when a handler for a specified RPC can't be found.

See Also:
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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMethodException

public InvalidMethodException()
Basic constructor for InvalidMethodException with no message

InvalidMethodException

public InvalidMethodException(java.lang.String message)
Constructor for InvalidMethodException with error message
Parameters:
s - Error message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message
Overrides:
getMessage in class java.lang.Throwable