Lima-Loa

org.limaloa.invocation
Class UnmappedMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.limaloa.BaseUncheckedException
                  extended by org.limaloa.AdapterRuntimeException
                      extended by org.limaloa.invocation.UnmappedMethodException
All Implemented Interfaces:
java.io.Serializable

public class UnmappedMethodException
extends AdapterRuntimeException

Signifies an unmapped method being invoked.

Author:
Chris Nappin
See Also:
Serialized Form

Constructor Summary
UnmappedMethodException(java.lang.String message)
          Create a new exception instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnmappedMethodException

public UnmappedMethodException(java.lang.String message)
Create a new exception instance.

Parameters:
message - The exception message

Lima-Loa