org.ourgrid.gridmachine.useragent.exception
Class UserAgentPauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.gridmachine.useragent.exception.UserAgentPauseException
- All Implemented Interfaces:
- java.io.Serializable
public class UserAgentPauseException
- extends OurgridException
This exception should be thrown when any problem happens at the pause action
of the UserAgent activity. A pause action is usable when the machine is
detected NOT idle - meaning that the user do not want to share hers machine
at the time her is using the machine.
- See Also:
- Serialized Form
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 |
UserAgentPauseException
public UserAgentPauseException()
UserAgentPauseException
public UserAgentPauseException(java.lang.String message,
java.lang.Throwable newDetail)
UserAgentPauseException
public UserAgentPauseException(java.lang.String message)
UserAgentPauseException
public UserAgentPauseException(java.lang.Throwable newDetail)