All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lgeds.jdf.db.DataAlreadyExistException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.lgeds.jdf.db.BusinessException
                           |
                           +----com.lgeds.jdf.db.DataAlreadyExistException

public class DataAlreadyExistException
extends BusinessException

Constructor Index

 o DataAlreadyExistException()
 o DataAlreadyExistException(String)

Constructors

 o DataAlreadyExistException
 public DataAlreadyExistException()
 o DataAlreadyExistException
 public DataAlreadyExistException(String s)
Parameters:
s - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index