edu.indiana.iucbrf.exceptions
Class InvalidRetrievedObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.indiana.iucbrf.exceptions.InvalidRetrievedObjectException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRetrievedObjectException
extends java.lang.RuntimeException

An exception that should be thrown when a retrieved type is expected (either a Case, a CaseDifferencePair, or a subclass of either) but not received.

See Also:
Serialized Form

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

InvalidRetrievedObjectException

public InvalidRetrievedObjectException()

InvalidRetrievedObjectException

public InvalidRetrievedObjectException(java.lang.String message)
Creates new InvalidRetrievedObjectException