public class AccessSecurityException
extends java.lang.Exception
ResourceAccessSecurity
This exception
is used to catch unpredictable situations in methods of
ResourceAccessSecurity
Constructor and Description |
---|
AccessSecurityException()
Constructs a new instance of this class with
null as its
detail message. |
AccessSecurityException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message.
|
AccessSecurityException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified detail message
and root cause.
|
AccessSecurityException(java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
public AccessSecurityException()
null
as its
detail message.public AccessSecurityException(java.lang.String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.public AccessSecurityException(java.lang.String message, java.lang.Throwable rootCause)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.rootCause
- root failure causepublic AccessSecurityException(java.lang.Throwable rootCause)
rootCause
- root failure causeCopyright © 2010 - 2020 Adobe. All Rights Reserved