public class FileIsSecurityRestrictedException
extends java.lang.Exception
| Constructor and Description |
|---|
FileIsSecurityRestrictedException()
Instantiates a new file is security restricted exception.
|
FileIsSecurityRestrictedException(java.lang.String message)
Instantiates a new file is security restricted exception.
|
FileIsSecurityRestrictedException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new file is security restricted exception.
|
FileIsSecurityRestrictedException(java.lang.Throwable cause)
Instantiates a new file is security restricted exception.
|
public FileIsSecurityRestrictedException()
public FileIsSecurityRestrictedException(java.lang.String message)
message - the messagepublic FileIsSecurityRestrictedException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic FileIsSecurityRestrictedException(java.lang.Throwable cause)
cause - the cause