org.ourgrid.gridmachine.exception
Class FailCauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.gridmachine.exception.FailCauseException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FileTransferException, GenericFailCauseException, ReplicaFailedException, UnableToCreatePlaypenException, UnableToCreateStorageException, UnableToExecuteException, UnavailableGumException
public abstract class FailCauseException
- extends OurgridException
- See Also:
- Serialized Form
Method Summary |
abstract 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 |
FailCauseException
public FailCauseException()
FailCauseException
public FailCauseException(java.lang.Throwable newDetail)
FailCauseException
public FailCauseException(java.lang.String message)
FailCauseException
public FailCauseException(java.lang.String message,
java.lang.Throwable newDetail)
getSimpleMessage
public abstract java.lang.String getSimpleMessage()
- Used to acquire a simple message determining the fail cause.
- Returns:
- String with the cause.