public GlobusGSSException(int majorCode,
Throwable exception)
GlobusGSSException
public GlobusGSSException(int majorCode,
int minorCode,
String minorString,
Throwable exception)
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.
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.
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.