apollo
Class EntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.EntryException
All Implemented Interfaces:
java.io.Serializable

public class EntryException
extends ApolloException

This exception is thrown by the EntryAssertionManager, but does NOT signify an EntryAssertion has occoured.

See Also:
Serialized Form

Constructor Summary
EntryException()
           
EntryException(java.lang.String s)
           
 
Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
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

EntryException

public EntryException()

EntryException

public EntryException(java.lang.String s)