org.ourgrid.common.exception
Class InvalidIntervalModificationException

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

public class InvalidIntervalModificationException
extends java.lang.Exception

Case the modification of the interval is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidIntervalModificationException()
          Creates an InvalidIntervalModificationException.
InvalidIntervalModificationException(java.lang.String message)
          Creates an InvalidIntervalModificationException.
 
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

InvalidIntervalModificationException

public InvalidIntervalModificationException(java.lang.String message)
Creates an InvalidIntervalModificationException.

Parameters:
message - The message.

InvalidIntervalModificationException

public InvalidIntervalModificationException()
Creates an InvalidIntervalModificationException.