Lima-Loa

org.limaloa.mapping.method
Class MethodMappingConfigurationException

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.AdapterConfigurationException
                      extended by org.limaloa.mapping.method.MethodMappingConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class MethodMappingConfigurationException
extends AdapterConfigurationException

Signifies an invalid method mapping configuration, detected at start-up.

Author:
Chris Nappin
See Also:
Serialized Form

Constructor Summary
MethodMappingConfigurationException(java.lang.String message)
          Create a new exception instance.
MethodMappingConfigurationException(java.lang.String message, java.lang.Throwable ex)
          Create a new wrapped 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

MethodMappingConfigurationException

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

Parameters:
message - The exception message

MethodMappingConfigurationException

public MethodMappingConfigurationException(java.lang.String message,
                                           java.lang.Throwable ex)
Create a new wrapped exception instance.

Parameters:
message - The exception message
ex - The exception to wrap

Lima-Loa