edu.ntnu.ecosim.exceptions
Class NotEnoughDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ntnu.ecosim.exceptions.NotEnoughDataException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughDataException
extends java.lang.Exception

Used by service provider memory if there is not enough data to calculate performance parameters.

See Also:
Serialized Form

Constructor Summary
NotEnoughDataException()
          The Constructor.
NotEnoughDataException(java.lang.String msg)
          The Constructor.
 
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

NotEnoughDataException

public NotEnoughDataException()
The Constructor.


NotEnoughDataException

public NotEnoughDataException(java.lang.String msg)
The Constructor.

Parameters:
msg - A message explaining the exception