org.apache.jetspeed.components.portletregistry
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.components.portletregistry.RegistryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FailedToStorePortletDefinitionException
- public class RegistryException
- extends JetspeedException
Occurs when anything unexpected happens within Jetspeed and its Registry. Any
- Version:
- $Id: RegistryException.java 186723 2004-06-05 05:09:29Z taylor $
- Author:
- Kevin A. Burton
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
REGISTRY_NOT_FOUND
public static final String REGISTRY_NOT_FOUND
- See Also:
- Constant Field Values
RegistryException
public RegistryException()
RegistryException
public RegistryException(String message)
RegistryException
public RegistryException(Throwable nested)
RegistryException
public RegistryException(String msg,
Throwable nested)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.