bea Systems, Inc.

theory.smart.foundation
Class WorkflowInstantiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--theory.smart.foundation.WorkflowInstantiationException

public class WorkflowInstantiationException
extends java.lang.Exception

Thrown when an application tries to instantiate a workflow that does not exist.

See Also:
WorkflowHome, Serialized Form

Constructor Summary
WorkflowInstantiationException(java.lang.String s)
          Constructs an WorkflowInstantiationException with the specified detail message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowInstantiationException

public WorkflowInstantiationException(java.lang.String s)
Constructs an WorkflowInstantiationException with the specified detail message
Parameters:
s - java.lang.String

bea Systems, Inc.

© Copyright 2000 bea Systems, Inc. All rights reserved.