FileDocCategorySizeDatePackage
UniqueValueGeneratorException.javaAPI DocGlassfish v2 API2296Fri May 04 22:32:08 BST 2007com.sun.enterprise.util

UniqueValueGeneratorException

public class UniqueValueGeneratorException extends Exception
Exception thrown by UniqueValueGenerator classes to indicate an error condition.
author
Kenneth Saks

Fields Summary
Constructors Summary
public UniqueValueGeneratorException()

public UniqueValueGeneratorException(String msg)

        super(msg);
    
Methods Summary