Class GlobusGSSException

    • Constructor Detail

      • GlobusGSSException

        public GlobusGSSException​(int majorCode,
                                  Throwable cause)
      • GlobusGSSException

        public GlobusGSSException​(int majorCode,
                                  int minorCode,
                                  String minorString,
                                  Throwable cause)
      • GlobusGSSException

        public GlobusGSSException​(int majorCode,
                                  int minorCode,
                                  String key)
      • GlobusGSSException

        public GlobusGSSException​(int majorCode,
                                  int minorCode,
                                  String key,
                                  Object[] args)
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Prints this exception's stack trace to System.err. If this exception has a root exception; the stack trace of the root exception is printed to System.err instead.
        Overrides:
        printStackTrace in class Throwable
      • printStackTrace

        public void printStackTrace​(PrintStream ps)
        Prints this exception's stack trace to a print stream. If this exception has a root exception; the stack trace of the root exception is printed to the print stream instead.
        Overrides:
        printStackTrace in class Throwable
        Parameters:
        ps - The non-null print stream to which to print.
      • printStackTrace

        public void printStackTrace​(PrintWriter pw)
        Prints this exception's stack trace to a print writer. If this exception has a root exception; the stack trace of the root exception is printed to the print writer instead.
        Overrides:
        printStackTrace in class Throwable
        Parameters:
        pw - The non-null print writer to which to print.