org.ourgrid.common.exception
Class RequestAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.exception.RequestAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class RequestAlreadyExistsException
extends java.lang.Exception

RequestAlreadyExistsException indicates that a request already exists.

See Also:
Serialized Form

Constructor Summary
RequestAlreadyExistsException(long id)
          Creates RequestAlreadyExistsException indicates that a request with the same id exists.
RequestAlreadyExistsException(java.lang.String msg)
          Creates RequestAlreadyExistsException indicates that a request with the same id exists.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestAlreadyExistsException

public RequestAlreadyExistsException(long id)
Creates RequestAlreadyExistsException indicates that a request with the same id exists.

Parameters:
id - The existent id

RequestAlreadyExistsException

public RequestAlreadyExistsException(java.lang.String msg)
Creates RequestAlreadyExistsException indicates that a request with the same id exists.