net.sourceforge.jaulp.file.exceptions
Class FileIsSecurityRestrictedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jaulp.file.exceptions.FileIsSecurityRestrictedException
All Implemented Interfaces:
java.io.Serializable

public class FileIsSecurityRestrictedException
extends java.lang.Exception

Exception if the file or directory is security restricted.

Version:
1.0
Author:
Asterios Raptis
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileIsSecurityRestrictedException

public FileIsSecurityRestrictedException()
Instantiates a new file is security restricted exception.


FileIsSecurityRestrictedException

public FileIsSecurityRestrictedException(java.lang.String message)
Instantiates a new file is security restricted exception.

Parameters:
message - the message

FileIsSecurityRestrictedException

public FileIsSecurityRestrictedException(java.lang.Throwable cause)
Instantiates a new file is security restricted exception.

Parameters:
cause - the cause

FileIsSecurityRestrictedException

public FileIsSecurityRestrictedException(java.lang.String message,
                                         java.lang.Throwable cause)
Instantiates a new file is security restricted exception.

Parameters:
message - the message
cause - the cause


Copyright © 2010. All Rights Reserved.