de.bea.domingo.map
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bea.domingo.DNotesException
              extended by de.bea.domingo.map.MappingException
                  extended by de.bea.domingo.map.MethodNotFoundException
All Implemented Interfaces:
CascadingThrowable, java.io.Serializable

public class MethodNotFoundException
extends MappingException

Signals that an expected method wasn't found in a bean class.

Author:
Kurt Riede
See Also:
Serialized Form

Constructor Summary
MethodNotFoundException(java.lang.String message)
          Construct a new MethodNotFoundException instance.
MethodNotFoundException(java.lang.String message, java.lang.Throwable throwable)
          Construct a new MethodNotFoundException instance.
MethodNotFoundException(java.lang.Throwable throwable)
          Construct a new MethodNotFoundException instance.
 
Method Summary
 
Methods inherited from class de.bea.domingo.DNotesException
getCause, getMessage, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotFoundException

public MethodNotFoundException(java.lang.String message)
Construct a new MethodNotFoundException instance.

Parameters:
message - The detail message for this exception.

MethodNotFoundException

public MethodNotFoundException(java.lang.Throwable throwable)
Construct a new MethodNotFoundException instance.

Parameters:
throwable - the root cause of the exception

MethodNotFoundException

public MethodNotFoundException(java.lang.String message,
                               java.lang.Throwable throwable)
Construct a new MethodNotFoundException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Domingo Java-API