tle.framework.component
Class ComponentAleadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tle.framework.TLEFrameworkException
              extended by tle.framework.component.ComponentException
                  extended by tle.framework.component.ComponentAleadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ComponentAleadyExistsException
extends ComponentException

ÀÌ¹Ì Á¸ÀçÇÏ´Â ÄÄÆ÷³ÍÆ®¸¦ µî·ÏÇÒ ¶§ ¹ß»ýÇÏ´Â ¿¹¿Ü.

Since:
2.0
Author:
ÃÖ¹ü±Õ
See Also:
Serialized Form

Constructor Summary
ComponentAleadyExistsException(java.lang.String msg)
           
ComponentAleadyExistsException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class tle.framework.TLEFrameworkException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ComponentAleadyExistsException

public ComponentAleadyExistsException(java.lang.String msg)

ComponentAleadyExistsException

public ComponentAleadyExistsException(java.lang.String msg,
                                      java.lang.Throwable t)