fedora.server.errors
Class MethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fedora.server.errors.ServerException
fedora.server.errors.StorageException
fedora.server.errors.MethodNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class MethodNotFoundException
- extends StorageException
Title: MethodNotFoundException.java
Description: Signals that a method associated with a Behavior
Mechanism could not be found.
- Version:
- $Id: MethodNotFoundException.java 6268 2007-11-06 00:12:13Z cwilper $
- Author:
- rlw@virginia.edu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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)
- Creates a MethodNotFoundException.
- Parameters:
message - An informative message explaining what happened and (possibly)
how to fix it.
MethodNotFoundException
public MethodNotFoundException(java.lang.String message,
java.lang.Throwable cause)