jrunx.persistence.greylock
Class GetInstanceSqlBuilder.InvalidIDTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jrunx.persistence.greylock.GetInstanceSqlBuilder.InvalidIDTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GetInstanceSqlBuilder

public class GetInstanceSqlBuilder.InvalidIDTypeException
extends java.lang.RuntimeException

Invalid ID type: {typeName}

See Also:
Serialized Form

Constructor Summary
GetInstanceSqlBuilder.InvalidIDTypeException(java.lang.String typeName)
           
 
Method Summary
 java.lang.String getTypeName()
           
 
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

GetInstanceSqlBuilder.InvalidIDTypeException

public GetInstanceSqlBuilder.InvalidIDTypeException(java.lang.String typeName)
Method Detail

getTypeName

public java.lang.String getTypeName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.