org.tranql.pkgenerator
Class PrimaryKeyGeneratorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tranql.pkgenerator.PrimaryKeyGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class PrimaryKeyGeneratorException
extends java.lang.Exception

Version:
$Revision: 130 $ $Date: 2004-10-15 15:55:48 +0200 (Fri, 15 Oct 2004) $
See Also:
Serialized Form

Constructor Summary
PrimaryKeyGeneratorException(java.lang.String msg)
           
PrimaryKeyGeneratorException(java.lang.String msg, java.lang.Throwable nested)
           
PrimaryKeyGeneratorException(java.lang.Throwable nested)
           
 
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

PrimaryKeyGeneratorException

public PrimaryKeyGeneratorException(java.lang.String msg)

PrimaryKeyGeneratorException

public PrimaryKeyGeneratorException(java.lang.String msg,
                                    java.lang.Throwable nested)

PrimaryKeyGeneratorException

public PrimaryKeyGeneratorException(java.lang.Throwable nested)


Copyright © -2006 The Codehaus. All Rights Reserved.