public class JetspeedRuntimeException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static String |
KEYED_MESSAGE_BUNDLE |
Constructor and Description |
---|
JetspeedRuntimeException() |
JetspeedRuntimeException(KeyedMessage typedMessage) |
JetspeedRuntimeException(KeyedMessage keyedMessage,
Throwable nested) |
JetspeedRuntimeException(String arg0) |
JetspeedRuntimeException(String arg0,
Throwable arg1) |
JetspeedRuntimeException(Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
KeyedMessage |
getKeyedMessage() |
String |
getMessage() |
String |
getMessage(Locale locale) |
String |
getMessage(ResourceBundle bundle) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String KEYED_MESSAGE_BUNDLE
public JetspeedRuntimeException()
public JetspeedRuntimeException(String arg0)
arg0
- public JetspeedRuntimeException(KeyedMessage typedMessage)
public JetspeedRuntimeException(Throwable arg0)
arg0
- public JetspeedRuntimeException(String arg0, Throwable arg1)
arg0
- arg1
- public JetspeedRuntimeException(KeyedMessage keyedMessage, Throwable nested)
public KeyedMessage getKeyedMessage()
public String getMessage()
getMessage
in class Throwable
public String getMessage(ResourceBundle bundle)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.