|
Constructor Summary | ||
AlfrescoRuntimeException(String msgId) Constructor |
||
AlfrescoRuntimeException(String msgId, Object[] msgParams) Constructor |
||
AlfrescoRuntimeException(String msgId, Object[] msgParams, Throwable cause) Constructor |
||
AlfrescoRuntimeException(String msgId, Throwable cause) Constructor |
Method Summary | ||
static AlfrescoRuntimeException |
create(String msgId, Object... objects) Helper factory method making use of variable argument numbers |
|
static AlfrescoRuntimeException |
create(Throwable cause, String msgId, Object... objects) Helper factory method making use of variable argument numbers |
|
getMsgId() | ||
Object[] |
getMsgParams() | |
getNumericalId() | ||
getRootCause() Get the root cause. |
||
static RuntimeException |
makeRuntimeException(Throwable e, String msgId, Object... objects) Utility to convert a general Throwable to a RuntimeException. |
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|