org.apache.lokahi.core.common.exception
Class AlreadyExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lokahi.core.common.exception.TMCException
              extended by org.apache.lokahi.core.common.exception.AlreadyExistException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyExistException
extends TMCException

Version:
$Id: AlreadyExistException.java,v 1.1 2006/03/07 20:18:51 drtobes Exp $
Author:
Stephen Toback
See Also:
Serialized Form

Constructor Summary
AlreadyExistException()
           
AlreadyExistException(java.lang.String err)
           
 
Method Summary
 
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

AlreadyExistException

public AlreadyExistException()

AlreadyExistException

public AlreadyExistException(java.lang.String err)