org.figure8.join.services.workflow
Class OperationNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.services.workflow.OperationNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotAllowedException
extends java.lang.Exception

This is a workflow exception that may be thrown by process orchestration managers when a requested operation is not allowed under context conditions.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
OperationNotAllowedException(java.lang.String msg)
          Creates a new instance of OperationNotAllowedException.
OperationNotAllowedException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of OperationNotAllowedException.
OperationNotAllowedException(java.lang.Throwable cause)
          Creates a new instance of OperationNotAllowedException.
 
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

OperationNotAllowedException

public OperationNotAllowedException(java.lang.String msg)
Creates a new instance of OperationNotAllowedException.

Parameters:
msg - Message for this exception

OperationNotAllowedException

public OperationNotAllowedException(java.lang.Throwable cause)
Creates a new instance of OperationNotAllowedException.

Parameters:
cause - Root throwable for this exception

OperationNotAllowedException

public OperationNotAllowedException(java.lang.String msg,
                                    java.lang.Throwable cause)
Creates a new instance of OperationNotAllowedException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.