|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.mygrid.scheduler.exception.KillReplicaException
public class KillReplicaException
Exception to be thrown when a problem occurs while trying to kill a replica execution.
Constructor Summary | |
---|---|
KillReplicaException(java.lang.String commandToKill)
The constructor. |
|
KillReplicaException(java.lang.String commandToKill,
java.lang.Throwable detail)
The constructor. |
Method Summary | |
---|---|
java.lang.String |
getCommandToKill()
Returns the command to be killed or a string that is present in the command line. |
java.lang.String |
getMessage()
Returns the exception message. |
Methods inherited from class org.ourgrid.common.exception.OurgridException |
---|
getStackTrace, printStackTrace, printStackTrace, printStackTrace |
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 |
Constructor Detail |
---|
public KillReplicaException(java.lang.String commandToKill)
commandToKill
- public KillReplicaException(java.lang.String commandToKill, java.lang.Throwable detail)
commandToKill
- The command or the string present in the command
linedetail
- The throwable that is the cause of this exception.Method Detail |
---|
public java.lang.String getCommandToKill()
public java.lang.String getMessage()
getMessage
in class OurgridException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |