fedora.server.errors
Class InvalidUserParmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.server.errors.ServerException
              extended by fedora.server.errors.DisseminationException
                  extended by fedora.server.errors.InvalidUserParmException
All Implemented Interfaces:
java.io.Serializable

public class InvalidUserParmException
extends DisseminationException

Title: InvalidUserParmException.java

Description: Signals that one or more user-supplied method paramters do not validate against the method paramter definitions in the associated Behavior Mechanism object.

Version:
$Id: InvalidUserParmException.java 5162 2006-10-25 00:49:06Z eddie $
Author:
rlw@virginia.edu
See Also:
Serialized Form

Constructor Summary
InvalidUserParmException(java.lang.String message)
          Creates an InvalidUserParmException.
 
Method Summary
 
Methods inherited from class fedora.server.errors.ServerException
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer
 
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
 

Constructor Detail

InvalidUserParmException

public InvalidUserParmException(java.lang.String message)
Creates an InvalidUserParmException.

Parameters:
message - An informative message explaining what happened and (possibly) how to fix it.