org.ourgrid.common.exception
Class UnableToCreatePlaypenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.gridmachine.exception.FailCauseException
org.ourgrid.common.exception.UnableToCreatePlaypenException
- All Implemented Interfaces:
- java.io.Serializable
public class UnableToCreatePlaypenException
- extends FailCauseException
Signals that the creation of Playpen was not possible due to some problem.
Playpen is an area reserved to store temporary file used during the execution
of a Task at a Grid Machine. Possible problems related to the creation of
Playpens are:
- Permission denied
- Disk space unavailable
- Since "/tmp" is assumed like parent dir by default, in some particualr
circunstances this directory may not exist.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getSimpleMessage()
Used to acquire a simple message determining the fail cause. |
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 |
UnableToCreatePlaypenException
public UnableToCreatePlaypenException()
UnableToCreatePlaypenException
public UnableToCreatePlaypenException(java.lang.String message,
java.lang.Throwable newDetail)
UnableToCreatePlaypenException
public UnableToCreatePlaypenException(java.lang.String message)
UnableToCreatePlaypenException
public UnableToCreatePlaypenException(java.lang.Throwable newDetail)
getSimpleMessage
public java.lang.String getSimpleMessage()
- Description copied from class:
FailCauseException
- Used to acquire a simple message determining the fail cause.
- Specified by:
getSimpleMessage
in class FailCauseException
- Returns:
- String with the cause.