org.smartcomps.twister.engine.exception
Class LinkAlreadyBoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.engine.exception.EngineException
                    |
                    +--org.smartcomps.twister.engine.exception.LinkAlreadyBoundException
All Implemented Interfaces:
java.io.Serializable

public class LinkAlreadyBoundException
extends EngineException

See Also:
Serialized Form

Constructor Summary
LinkAlreadyBoundException(java.lang.String s)
           
LinkAlreadyBoundException(java.lang.String s, java.lang.Throwable throwable)
           
LinkAlreadyBoundException(java.lang.Throwable throwable)
           
 
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

LinkAlreadyBoundException

public LinkAlreadyBoundException(java.lang.String s)

LinkAlreadyBoundException

public LinkAlreadyBoundException(java.lang.String s,
                                 java.lang.Throwable throwable)

LinkAlreadyBoundException

public LinkAlreadyBoundException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.