Class BlogIntegrationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.blog.BlogIntegrationRuntimeException
All Implemented Interfaces:
Serializable

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

    • 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