org.openadaptor.dataobjects
Class InvalidTypeVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openadaptor.dataobjects.DataObjectException
              extended by org.openadaptor.dataobjects.InvalidTypeVersionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTypeVersionException
extends DataObjectException

The InvalidTypeVersionException will be raised, when factory creates a prototype, and the specified version of type cannot be found in metadata.

Version:
0.1
Author:
Jochen Hiller
See Also:
Serialized Form

Constructor Summary
InvalidTypeVersionException(java.lang.String typeName, int version)
          constructor, with the specified typeName and version
 
Method Summary
 
Methods inherited from class org.openadaptor.dataobjects.DataObjectException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTypeVersionException

public InvalidTypeVersionException(java.lang.String typeName,
                                   int version)
constructor, with the specified typeName and version

Parameters:
typeName - the name of the DOType
version - the version of the DOType