org.schmant.support
Class FutureEntityNotCreatedYetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.schmant.lang.SchmantException
                  extended by org.schmant.support.FutureEntityNotCreatedYetException
All Implemented Interfaces:
Serializable

public class FutureEntityNotCreatedYetException
extends SchmantException

Thrown by FutureEntity methods.

Since:
0.6
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
FutureEntityNotCreatedYetException(String msg)
           
 
Method Summary
 
Methods inherited from class org.schmant.lang.SchmantException
testAndSetLogged
 
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

FutureEntityNotCreatedYetException

public FutureEntityNotCreatedYetException(String msg)