Class BlogIntegrationRuntimeException

    • 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