org.fcrepo.server.errors
Class MethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.StorageException
org.fcrepo.server.errors.MethodNotFoundException
- All Implemented Interfaces:
- Serializable
public class MethodNotFoundException
- extends StorageException
Signals that a method associated with a Service Deployment could not
be found.
- Author:
- Ross Wayland
- See Also:
- Serialized Form
MethodNotFoundException
public MethodNotFoundException(String message)
- Creates a MethodNotFoundException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
MethodNotFoundException
public MethodNotFoundException(String message,
Throwable cause)
Copyright © 2011 DuraSpace. All Rights Reserved.