org.apache.jetspeed.exception
Class JetspeedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AJAXException, FailedToCreateWindowException, FailedToRenderFragmentException, FailedToRetrievePortletWindow, FolderNotRemovedException, FolderNotUpdatedException, LinkNotRemovedException, LinkNotUpdatedException, LockFailedException, NodeException, PageNotRemovedException, PageNotUpdatedException, PortletEntityNotDeletedException, PortletEntityNotStoredException, PreferencesException, ProfilerException, PropertyException, RegistryException, SecurityException, SSOException, UnableToBuildCapabilityMapException, UnknownPortletDefinitionException, UnrenderedContentException
- public class JetspeedException
- extends Exception
Occurs when anything unexpected happens within Jetspeed.Any defined exceptions
within Jetspeed should always extend from this.
- Version:
- $Id: JetspeedException.java 188375 2005-03-07 14:00:02Z ate $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
KEYED_MESSAGE_BUNDLE
public static final String KEYED_MESSAGE_BUNDLE
- See Also:
- Constant Field Values
keyedMessage
private KeyedMessage keyedMessage
JetspeedException
public JetspeedException()
JetspeedException
public JetspeedException(String message)
JetspeedException
public JetspeedException(KeyedMessage typedMessage)
JetspeedException
public JetspeedException(Throwable nested)
JetspeedException
public JetspeedException(String msg,
Throwable nested)
JetspeedException
public JetspeedException(KeyedMessage keyedMessage,
Throwable nested)
getKeyedMessage
public KeyedMessage getKeyedMessage()
getMessage
public String getMessage()
getMessage
public String getMessage(ResourceBundle bundle)
getMessage
public String getMessage(Locale locale)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.