org.oreodata
Class UnknownRecordTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.ClassNotFoundException
                    |
                    +--org.oreodata.UnknownRecordTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownRecordTypeException
extends java.lang.ClassNotFoundException

exception thrown when an customized object input stream encounters a record type that it doesn't know about.

Author:
Jonathan Revusky
See Also:
Serialized Form

Constructor Summary
UnknownRecordTypeException()
           
UnknownRecordTypeException(java.lang.String type)
           
 
Methods inherited from class java.lang.ClassNotFoundException
getCause, getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnknownRecordTypeException

public UnknownRecordTypeException(java.lang.String type)

UnknownRecordTypeException

public UnknownRecordTypeException()