public class PortableViewRuntimeException extends BaseRuntimeException
PortableViewService}
,
PortableViewManager}
,
Serialized Formcode, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
PortableViewRuntimeException(java.lang.Exception cause) |
|
PortableViewRuntimeException(java.lang.String message) |
|
PortableViewRuntimeException(java.lang.String message,
java.lang.Exception cause) |
protected |
PortableViewRuntimeException(java.lang.String message,
java.lang.String key,
long code) |
protected |
PortableViewRuntimeException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code) |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, values
public PortableViewRuntimeException(java.lang.String message)
public PortableViewRuntimeException(java.lang.String message, java.lang.Exception cause)
cause
- the original cause of the exceptionpublic PortableViewRuntimeException(java.lang.Exception cause)
cause
- the original cause of the exceptionprotected PortableViewRuntimeException(java.lang.String message, java.lang.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(java.lang.String message, java.lang.Throwable cause, java.lang.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).