org.apache.jetspeed.components.portletregistry
Class RegistryException

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

Field Summary
static String REGISTRY_NOT_FOUND
           
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RegistryException()
           
RegistryException(String message)
           
RegistryException(String msg, Throwable nested)
           
RegistryException(Throwable nested)
           
 
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-2005 Apache Software Foundation. All Rights Reserved.