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:
- java.io.Serializable, RequestDiagnosticsHolder
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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)
RegistryException
public RegistryException(java.lang.Throwable nested)
RegistryException
public RegistryException(java.lang.String msg,
java.lang.Throwable nested)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.