public class PortableViewRuntimeException extends BaseRuntimeException
PortableViewService}
,
PortableViewManager}
,
Serialized Formcode, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
PortableViewRuntimeException(Exception cause) |
|
PortableViewRuntimeException(String message) |
|
PortableViewRuntimeException(String message,
Exception cause) |
protected |
PortableViewRuntimeException(String message,
String key,
long code) |
protected |
PortableViewRuntimeException(String message,
Throwable cause,
String key,
long code) |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PortableViewRuntimeException(String message)
public PortableViewRuntimeException(String message, Exception cause)
cause
- the original cause of the exceptionpublic PortableViewRuntimeException(Exception cause)
cause
- the original cause of the exceptionprotected PortableViewRuntimeException(String message, String key, long code)
message
- the default messageFormat to describe the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException#BaseException(String, String, long).
protected PortableViewRuntimeException(String message, Throwable cause, String key, long code)
message
- the default messageFormat to describe the exceptioncause
- the original cause of the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException#BaseException(String, Throwable, String, long).