public class AuthorizationPluginException
extends java.lang.IllegalArgumentException
| Constructor and Description |
|---|
AuthorizationPluginException(java.lang.String message,
java.lang.Object... args)
Constructs a new exception with the specified detail message.
|
AuthorizationPluginException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
@FormatMethod
public AuthorizationPluginException(@FormatString
java.lang.String message,
java.lang.Object... args)
message - the detail message.args - the arguments to the message.public AuthorizationPluginException(java.lang.Throwable cause)
cause - the cause.