com.arsdigita.dispatcher
Class ObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.dispatcher.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException
extends RuntimeException

ObjectNotFoundException is the runtime exception that is thrown whenever an object we depend on to execute a workflow suddenly disappears. This may be because another user deleted it, for instance.

Version:
$Id: //core-platform/dev/src/com/arsdigita/dispatcher/ObjectNotFoundException.java#7 $
Author:
Justin Ross (jross@redhat.com)
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(String msg)
          Constructs an ObjectNotFoundException with the specified detail message.
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(String msg)
Constructs an ObjectNotFoundException with the specified detail message.

Parameters:
msg - The error detail message


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC