Class SystemFailureException

    • Constructor Detail

      • SystemFailureException

        public SystemFailureException​(java.lang.String msg,
                                      MessageList msgList)
        Constructor.
        Parameters:
        msg - Message for the Exception
        msgList - List of the messages added to the exception
      • SystemFailureException

        public SystemFailureException​(java.lang.String msg,
                                      Message message)
        Constructor.
        Parameters:
        msg - Message for the Exception
        message - message added to the exception
      • SystemFailureException

        public SystemFailureException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message for the Exception
      • SystemFailureException

        public SystemFailureException()
        Constructor.
      • SystemFailureException

        public SystemFailureException​(java.lang.String msg,
                                      Message message,
                                      java.lang.Throwable rootCause)
        Standard constructor for SystemFailureException using a simple message text.
        Parameters:
        msg - message text
        message - message object.
        rootCause - exception which causes the exception