Class UnitRuntimeException

    • Constructor Detail

      • UnitRuntimeException

        public UnitRuntimeException()
        Construct a new UnitRuntimeException with all default values.
      • UnitRuntimeException

        public UnitRuntimeException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)
        Construct a new UnitRuntimeException.
        Parameters:
        message - String; String
        cause - Throwable; Throwable
        enableSuppression - boolean;am
        writableStackTrace - boolean; boolean
      • UnitRuntimeException

        public UnitRuntimeException​(String message,
                                    Throwable cause)
        Construct a new UnitRuntimeException with some default values.
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • UnitRuntimeException

        public UnitRuntimeException​(String message)
        Construct a new UnitRuntimeException with some default values.
        Parameters:
        message - String; String
      • UnitRuntimeException

        public UnitRuntimeException​(Throwable cause)
        Construct a new UnitRuntimeException with some default values.
        Parameters:
        cause - Throwable; Throwable