Class BlogIntegrationRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class BlogIntegrationRuntimeException
    extends org.alfresco.error.AlfrescoRuntimeException
    Blog integration runtime exception
    Author:
    Roy Wetherall
    See Also:
    Serialized Form
    • Constructor Detail

      • BlogIntegrationRuntimeException

        public BlogIntegrationRuntimeException​(String msgId)
        Constructor
        Parameters:
        msgId - String
      • BlogIntegrationRuntimeException

        public BlogIntegrationRuntimeException​(String msgId,
                                               Object[] msgParams)
        Constructor
        Parameters:
        msgId - String
        msgParams - Object[]
      • BlogIntegrationRuntimeException

        public BlogIntegrationRuntimeException​(String msgId,
                                               Throwable cause)
        Constructor
        Parameters:
        msgId - String
        cause - Throwable
      • BlogIntegrationRuntimeException

        public BlogIntegrationRuntimeException​(String msgId,
                                               Object[] msgParams,
                                               Throwable cause)
        Constructor
        Parameters:
        msgId - String
        msgParams - Object[]
        cause - Throwable