Class AlfrescoRuntimeException

    • Constructor Detail

      • 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