com.bea.content
Class DefaultWorkflowException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.RepositoryException
              
com.bea.content.DefaultWorkflowException
- All Implemented Interfaces 
 - Serializable
 
public class DefaultWorkflowException
- extends RepositoryException
 
Thrown if an operation on a PropertyChoice that does not exist occurs.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
DefaultWorkflowException
public DefaultWorkflowException(String message)
DefaultWorkflowException
public DefaultWorkflowException(String message,
                                Throwable cause)
DefaultWorkflowException
public DefaultWorkflowException(Throwable cause)
DefaultWorkflowException
public DefaultWorkflowException(String message,
                                Throwable cause,
                                boolean log)
Copyright © 2011, Oracle. All rights reserved.