org.apache.jetspeed.exception
Class JetspeedRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jetspeed.exception.JetspeedRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FailedToCreatedNavStateCodecException, FailedToCreateNavStateException, FailedToCreatePortalUrlException, PersistenceStoreRuntimeExcpetion
public class JetspeedRuntimeException
- extends RuntimeException
Base exception for all RuntimeExceptions defined within Jetspeed.
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
KEYED_MESSAGE_BUNDLE
public static final String KEYED_MESSAGE_BUNDLE
- See Also:
- Constant Field Values
keyedMessage
private KeyedMessage keyedMessage
JetspeedRuntimeException
public JetspeedRuntimeException()
JetspeedRuntimeException
public JetspeedRuntimeException(String arg0)
- Parameters:
arg0
-
JetspeedRuntimeException
public JetspeedRuntimeException(KeyedMessage typedMessage)
JetspeedRuntimeException
public JetspeedRuntimeException(Throwable arg0)
- Parameters:
arg0
-
JetspeedRuntimeException
public JetspeedRuntimeException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
JetspeedRuntimeException
public JetspeedRuntimeException(KeyedMessage keyedMessage,
Throwable nested)
getKeyedMessage
public KeyedMessage getKeyedMessage()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getMessage
public String getMessage(ResourceBundle bundle)
getMessage
public String getMessage(Locale locale)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.