org.imixs.workflow.exceptions
Class InvalidWorkitemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.imixs.workflow.exceptions.InvalidWorkitemException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWorkitemException
extends java.lang.Exception

An InvalidWorkitemException should be thrown by a workflow component in situations when the provided ItemCollection instance hat invalid attributes and can not be modified or processed.

Author:
rsoika
See Also:
Serialized Form

Constructor Summary
InvalidWorkitemException()
           
InvalidWorkitemException(java.lang.String 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

InvalidWorkitemException

public InvalidWorkitemException()

InvalidWorkitemException

public InvalidWorkitemException(java.lang.String message)


Copyright © 2006-2010 Imixs Software Solutions GmbH. All Rights Reserved.