public class AuthorizationException
extends java.lang.RuntimeException
Constructor and Description |
---|
AuthorizationException() |
AuthorizationException(java.lang.String message)
Constructs an
AuthorizationException with the specified detail
message. |
AuthorizationException(java.lang.String message,
java.lang.Throwable cause) |
AuthorizationException(java.lang.Throwable cause)
Constructs an
AuthorizationException with the specified cause. |
public AuthorizationException()
public AuthorizationException(java.lang.String message)
AuthorizationException
with the specified detail
message.message
- the detail message.public AuthorizationException(java.lang.Throwable cause)
AuthorizationException
with the specified cause.cause
- the causepublic AuthorizationException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2012 The Apache Software Foundation