Class Body.CreatedLaterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--Body.CreatedLaterException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Body

public class Body.CreatedLaterException
extends java.lang.Exception

Attempted to project the body to a time before its creation.

See Also:
Serialized Form

Constructor Summary
Body.CreatedLaterException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Body.CreatedLaterException

public Body.CreatedLaterException()