com.bea.content
Class WorkflowInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.content.RepositoryException
              extended by com.bea.content.WorkflowInUseException
All Implemented Interfaces
Serializable

public class WorkflowInUseException
extends RepositoryException

Thrown if an operation on a PropertyChoice that does not exist occurs.

See Also
Serialized Form

Constructor Summary
WorkflowInUseException(String message)
          Constructs a new WorkflowInUseException with the given message.
WorkflowInUseException(String message, Throwable cause)
          Constructs a new WorkflowInUseException with the given message and underlying cause.
WorkflowInUseException(String message, Throwable cause, boolean log)
          Constructs a new WorkflowInUseException with the given message and underlying cause.
WorkflowInUseException(Throwable cause)
          Constructs a new WorkflowInUseException with the underlying cause.
 
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

WorkflowInUseException

public WorkflowInUseException(String message)
Constructs a new WorkflowInUseException with the given message.

Parameters
message - Message detailing the exception.

WorkflowInUseException

public WorkflowInUseException(String message,
                              Throwable cause)
Constructs a new WorkflowInUseException with the given message and underlying cause.

Parameters
message - Message detailing the exception.
cause - The underlying cause of the exception.

WorkflowInUseException

public WorkflowInUseException(Throwable cause)
Constructs a new WorkflowInUseException with the underlying cause.

Parameters
cause - The underlying cause of the exception.

WorkflowInUseException

public WorkflowInUseException(String message,
                              Throwable cause,
                              boolean log)
Constructs a new WorkflowInUseException with the given message and underlying cause.

Parameters
message - Message detailing the exception.
cause - The underlying cause of the exception.
log - If true then the exception will be logged.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved