Class ActiveViamException

    • Constructor Detail

      • ActiveViamException

        public ActiveViamException()
        Default constructor.
      • ActiveViamException

        public ActiveViamException​(String message,
                                   Throwable cause)
        Constructor.
        Parameters:
        message - the detailed message
        cause - the cause
      • ActiveViamException

        public ActiveViamException​(String message)
        Constructor.
        Parameters:
        message - the detailed message
      • ActiveViamException

        public ActiveViamException​(Throwable cause)
        Constructor.
        Parameters:
        cause - the cause
      • ActiveViamException

        public ActiveViamException​(Throwable exception,
                                   String messageKey,
                                   Object... parameters)
        Constructor.
        Parameters:
        exception - the cause
        messageKey - message template
        parameters - parameters to inject into the message template
      • ActiveViamException

        public ActiveViamException​(String messageKey,
                                   Object... parameters)
        Constructor.
        Parameters:
        messageKey - message template
        parameters - parameters to inject into the message template