Class ActiveViamRuntimeException

    • Constructor Detail

      • ActiveViamRuntimeException

        public ActiveViamRuntimeException()
        Default constructor.
      • ActiveViamRuntimeException

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

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

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

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

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