org.ourgrid.peer.manager.exception
Class RequestDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.exception.OurgridException
              extended by org.ourgrid.peer.manager.exception.RequestDoesNotExistException
All Implemented Interfaces:
java.io.Serializable

public class RequestDoesNotExistException
extends OurgridException

This exception is thrown when a request doesn't exist.

See Also:
Serialized Form

Constructor Summary
RequestDoesNotExistException(long id)
          Creates an exception to id specified.
 
Method Summary
 
Methods inherited from class org.ourgrid.common.exception.OurgridException
getMessage, 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

RequestDoesNotExistException

public RequestDoesNotExistException(long id)
Creates an exception to id specified.