Class CodeRuntimeException

    • Field Detail

      • DEFAULT_CODE

        public static final int DEFAULT_CODE

        Default value for the code field in a ConfigRuntimeException.

        See Also:
        Constant Field Values
    • Constructor Detail

      • CodeRuntimeException

        public CodeRuntimeException()
      • CodeRuntimeException

        public CodeRuntimeException​(String message,
                                    Throwable cause)
      • CodeRuntimeException

        public CodeRuntimeException​(String message)
      • CodeRuntimeException

        public CodeRuntimeException​(Throwable cause)
      • CodeRuntimeException

        public CodeRuntimeException​(int code)
      • CodeRuntimeException

        public CodeRuntimeException​(String message,
                                    Throwable cause,
                                    int code)
      • CodeRuntimeException

        public CodeRuntimeException​(String message,
                                    int code)
      • CodeRuntimeException

        public CodeRuntimeException​(Throwable cause,
                                    int code)
    • Method Detail

      • getCode

        public int getCode()