de.bea.domingo.map
Class MethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.map.MappingException
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. |
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 |
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