org.apache.lenya.cms.linking
Class LinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.linking.LinkException
All Implemented Interfaces:
java.io.Serializable

public class LinkException
extends java.lang.Exception

Link exception.

See Also:
Serialized Form

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

LinkException

public LinkException()

LinkException

public LinkException(java.lang.String arg0,
                     java.lang.Throwable arg1)

LinkException

public LinkException(java.lang.String arg0)

LinkException

public LinkException(java.lang.Throwable arg0)


Copyright © $ Apache Software Foundation. All Rights Reserved.