Class AlfrescoRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannedQueryException, ConnectionPoolException, ScriptException

@AlfrescoPublicApi public class AlfrescoRuntimeException extends RuntimeException
I18n'ed runtime exception thrown by Alfresco code.
Author:
gavinc
See Also:
  • Constructor Details

    • AlfrescoRuntimeException

      public AlfrescoRuntimeException(String msgId)
      Constructor
      Parameters:
      msgId - the message id
    • AlfrescoRuntimeException

      public AlfrescoRuntimeException(String msgId, Object[] msgParams)
      Constructor
      Parameters:
      msgId - the message id
      msgParams - the message parameters
    • AlfrescoRuntimeException

      public AlfrescoRuntimeException(String msgId, Throwable cause)
      Constructor
      Parameters:
      msgId - the message id
      cause - the exception cause
    • AlfrescoRuntimeException

      public AlfrescoRuntimeException(String msgId, Object[] msgParams, Throwable cause)
      Constructor
      Parameters:
      msgId - the message id
      msgParams - the message parameters
      cause - the exception cause
  • Method Details