net.artima.place
Class LinkActivationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.artima.place.LinkActivationException

public class LinkActivationException
extends java.lang.Exception

Indicates a link activation failed.

See Also:
Serialized Form

Constructor Summary
LinkActivationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkActivationException

public LinkActivationException()