com.ebasetech.ufs.workflow.resource
Class InvalidAssignmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebasetech.ufs.workflow.resource.ResourceManagementException
              extended by com.ebasetech.ufs.workflow.resource.InvalidAssignmentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAssignmentException
extends ResourceManagementException

An exception thrown to indicate that some assignment made is invalid, such as assigning an actor which is not a member of one of the defined pools

See Also:
Serialized Form

Constructor Summary
InvalidAssignmentException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidAssignmentException

public InvalidAssignmentException(java.lang.String message)
Constructs a new exception with the specified detail message.