This project has retired. For details please refer to its
Attic page.
RegistryException (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.registry
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.util.JetspeedException
org.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
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 |
REGISTRY_NOT_FOUND
public static final java.lang.String REGISTRY_NOT_FOUND
- See Also:
- Constant Field Values
RegistryException
public RegistryException()
RegistryException
public RegistryException(java.lang.String message)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.