com.easyjf.web.tools
Class IdExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.easyjf.web.tools.IdExistException
All Implemented Interfaces:
java.io.Serializable

public class IdExistException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IdExistException()
           
IdExistException(java.lang.String arg0)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdExistException

public IdExistException()

IdExistException

public IdExistException(java.lang.String arg0)
Method Detail

getMessage

public java.lang.String getMessage()