org.fcrepo.server.errors
Class InvalidUserParmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fcrepo.server.errors.ServerException
org.fcrepo.server.errors.DisseminationException
org.fcrepo.server.errors.InvalidUserParmException
- All Implemented Interfaces:
- Serializable
public class InvalidUserParmException
- extends DisseminationException
Signals that one or more user-supplied method parameters do not validate
against the method parameter definitions in the associated Behavior
Mechanism object.
- Author:
- Ross Wayland
- See Also:
- Serialized Form
InvalidUserParmException
public InvalidUserParmException(String message)
- Creates an InvalidUserParmException.
- Parameters:
message - An informative message explaining what happened and (possibly) how
to fix it.
Copyright © 2012 DuraSpace. All Rights Reserved.