Class CgException

    • Constructor Detail

      • CgException

        public CgException()
        Constructs a CgException object.
      • CgException

        public CgException​(String message)
        Constructs a CgException object with the specified detail message.
      • CgException

        public CgException​(String message,
                           Throwable cause)
        Constructs a CgException object with the specified detail message and root cause.
      • CgException

        public CgException​(Throwable cause)
        Constructs a CgException object with the specified root cause.