org.ourgrid.gridmachine.exception
Class FileTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.gridmachine.exception.FailCauseException
org.ourgrid.gridmachine.exception.FileTransferException
- All Implemented Interfaces:
- java.io.Serializable
public class FileTransferException
- extends FailCauseException
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Returns the exception message. |
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 |
FileTransferException
public FileTransferException(java.lang.String filePath,
java.lang.Throwable detail,
boolean local)
FileTransferException
public FileTransferException(java.lang.Throwable detail,
boolean local)
FileTransferException
public FileTransferException(java.lang.String filePath,
boolean local)
getMessage
public java.lang.String getMessage()
- Returns the exception message.
- Overrides:
getMessage
in class OurgridException
- Returns:
- The message of this excpetion
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.