org.apache.jetspeed.om.registry
Class InvalidEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.util.JetspeedException
org.apache.jetspeed.om.registry.RegistryException
org.apache.jetspeed.om.registry.InvalidEntryException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidEntryException
- extends RegistryException
Occurs when anything unexpected happens within Jetspeed and its Registry. Any
- Version:
- $Id: InvalidEntryException.java,v 1.6 2004/02/23 03:11:39 jford Exp $
- Author:
- Kevin A. Burton
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ENTRY_DOES_NOT_EXIST
public static final java.lang.String ENTRY_DOES_NOT_EXIST
- See Also:
- Constant Field Values
ENTRY_ALREADY_PRESENT
public static final java.lang.String ENTRY_ALREADY_PRESENT
- See Also:
- Constant Field Values
ENTRY_UNKNOWN
public static final java.lang.String ENTRY_UNKNOWN
- See Also:
- Constant Field Values
InvalidEntryException
public InvalidEntryException()
InvalidEntryException
public InvalidEntryException(java.lang.String message)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.