Class TrafficControlException

    • Constructor Detail

      • TrafficControlException

        public TrafficControlException()
      • TrafficControlException

        public TrafficControlException​(String message)
        Parameters:
        message - String; String
      • TrafficControlException

        public TrafficControlException​(Throwable cause)
        Parameters:
        cause - Throwable; Throwable
      • TrafficControlException

        public TrafficControlException​(String message,
                                       Throwable cause)
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • TrafficControlException

        public TrafficControlException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)
        Parameters:
        message - String; description of the problem
        cause - Throwable; the cause of this Exception
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable