public class AuthorizationException extends AccessControlException
构造器和说明 |
---|
AuthorizationException() |
AuthorizationException(String message) |
AuthorizationException(Throwable cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
|
限定符和类型 | 方法和说明 |
---|---|
StackTraceElement[] |
getStackTrace() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTrace, toString
public AuthorizationException()
public AuthorizationException(String message)
public AuthorizationException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public StackTraceElement[] getStackTrace()
getStackTrace
在类中 Throwable
public void printStackTrace()
printStackTrace
在类中 Throwable
public void printStackTrace(PrintStream s)
printStackTrace
在类中 Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
在类中 Throwable
Copyright © 2009 The Apache Software Foundation