public class AlfrescoRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AlfrescoRuntimeException(java.lang.String msgId)
Constructor
|
AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Object[] msgParams)
Constructor
|
AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Object[] msgParams,
java.lang.Throwable cause)
Constructor
|
AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Throwable cause)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static AlfrescoRuntimeException |
create(java.lang.String msgId,
java.lang.Object[] objects)
Helper factory method making use of variable argument numbers
|
static AlfrescoRuntimeException |
create(java.lang.Throwable cause,
java.lang.String msgId,
java.lang.Object[] objects)
Helper factory method making use of variable argument numbers
|
java.lang.String |
getMsgId() |
java.lang.Object[] |
getMsgParams() |
java.lang.Throwable |
getRootCause()
Get the root cause.
|
static java.lang.RuntimeException |
makeRuntimeException(java.lang.Throwable e,
java.lang.String msgId,
java.lang.Object[] objects)
Utility to convert a general Throwable to a RuntimeException.
|
public AlfrescoRuntimeException(java.lang.String msgId)
msgId - the message idpublic AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Object[] msgParams)
msgId - the message idmsgParams - the message parameterspublic AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Throwable cause)
msgId - the message idcause - the exception causepublic AlfrescoRuntimeException(java.lang.String msgId,
java.lang.Object[] msgParams,
java.lang.Throwable cause)
msgId - the message idmsgParams - the message parameterscause - the exception causepublic static AlfrescoRuntimeException create(java.lang.String msgId, java.lang.Object[] objects)
public static AlfrescoRuntimeException create(java.lang.Throwable cause, java.lang.String msgId, java.lang.Object[] objects)
public static java.lang.RuntimeException makeRuntimeException(java.lang.Throwable e,
java.lang.String msgId,
java.lang.Object[] objects)
public java.lang.String getMsgId()
public java.lang.Object[] getMsgParams()
public java.lang.Throwable getRootCause()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.