Package repast.simphony.batch.ssh
Class StatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
repast.simphony.batch.ssh.StatusException
- All Implemented Interfaces:
- Serializable
Exception thrown by the RemoteStatus code.
- Author:
- Nick Collier
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionStatusException(String message) StatusException(String message, Throwable cause) StatusException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StatusException- Parameters:
- message-
- cause-
 
- 
StatusException- Parameters:
- message-
 
- 
StatusException- Parameters:
- cause-
 
 
-