Class UnitException

    • Constructor Detail

      • UnitException

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

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

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

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

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