org.apache.jetspeed.components.portletregistry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.exception.JetspeedException
              extended by 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

Field Summary
static String REGISTRY_NOT_FOUND
           
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Constructor Summary
RegistryException()
           
RegistryException(String message)
           
RegistryException(String msg, Throwable nested)
           
RegistryException(Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedException
getKeyedMessage, getMessage, getMessage, getMessage
 
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
 

Field Detail

REGISTRY_NOT_FOUND

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

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.