| 
 | Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.content.RepositoryException
com.bea.content.RepositoryException
               com.bea.content.WorkflowInUseException
com.bea.content.WorkflowInUseException
public class WorkflowInUseException
Thrown if an operation on a PropertyChoice that does not exist occurs.
| 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 | 
|---|
public WorkflowInUseException(String message)
message - Message detailing the exception.
public WorkflowInUseException(String message,
                              Throwable cause)
message - Message detailing the exception.cause - The underlying cause of the exception.public WorkflowInUseException(Throwable cause)
cause - The underlying cause of the exception.
public WorkflowInUseException(String message,
                              Throwable cause,
                              boolean log)
message - Message detailing the exception.cause - The underlying cause of the exception.log - If true then the exception will be logged.| 
 | Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.