org.apache.jetspeed.om.registry
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.util.JetspeedException
              extended byorg.apache.jetspeed.om.registry.RegistryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidEntryException

public class RegistryException
extends JetspeedException

Occurs when anything unexpected happens within Jetspeed and its Registry. Any

Version:
$Id: RegistryException.java,v 1.6 2004/02/23 03:11:39 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Field Summary
static java.lang.String REGISTRY_NOT_FOUND
           
 
Constructor Summary
RegistryException()
           
RegistryException(java.lang.String 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

REGISTRY_NOT_FOUND

public static final java.lang.String REGISTRY_NOT_FOUND
See Also:
Constant Field Values
Constructor Detail

RegistryException

public RegistryException()

RegistryException

public RegistryException(java.lang.String message)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.