com.iternum.swlink
Class LinkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.iternum.swlink.LinkException
All Implemented Interfaces:
java.io.Serializable

public class LinkException
extends java.lang.RuntimeException

The Exception thrown if a link can not be established of evaluated at Runtime.

Author:
Karl F. Banke
See Also:
Serialized Form

Constructor Summary
LinkException()
           
LinkException(java.lang.String pMessage)
           
LinkException(java.lang.String pMessage, java.lang.Throwable pCause)
           
LinkException(java.lang.Throwable pCause)
           
 
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

LinkException

public LinkException()

LinkException

public LinkException(java.lang.String pMessage)
Parameters:
pMessage - name of the message for this Exception

LinkException

public LinkException(java.lang.Throwable pCause)
Parameters:
pCause - The cause of this Exception

LinkException

public LinkException(java.lang.String pMessage,
                     java.lang.Throwable pCause)
Parameters:
pMessage - The message for the link exception
pCause - The parent cause of this exception