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 516448 2007-03-09 16:25:47Z ate $
- Author:
- Kevin A. Burton
- See Also:
- Serialized Form
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-2007 Apache Software Foundation. All Rights Reserved.