Class GLException

    • Constructor Detail

      • GLException

        public GLException()
        Constructs a GLException object.
      • GLException

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

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

        public GLException​(Throwable cause)
        Constructs a GLException object with the specified root cause.
    • Method Detail

      • newGLException

        public static GLException newGLException​(Throwable t)
        Constructs a GLException object with the specified root cause with a decorating message including the current thread name.
        Since:
        2.2