org.ourgrid.gridmachine.exception
Class FilePermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.gridmachine.exception.FilePermissionException
- All Implemented Interfaces:
- java.io.Serializable
public class FilePermissionException
- extends OurgridException
Exception to be thrown when it is not possible to read a file
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Returns the exception message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FilePermissionException
public FilePermissionException(java.lang.String filePath)
FilePermissionException
public FilePermissionException(java.lang.String filePath,
java.lang.Throwable detail)
FilePermissionException
public FilePermissionException(java.lang.Throwable detail)
getMessage
public java.lang.String getMessage()
- Returns the exception message.
- Overrides:
getMessage
in class OurgridException
- Returns:
- The message of this excpetion