net.sf.zekr.engine.bookmark
Class BookmarkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.engine.bookmark.BookmarkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BookmarkSaveException

public class BookmarkException
extends ZekrBaseException

See Also:
Serialized Form

Constructor Summary
BookmarkException(java.lang.String string)
           
 
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

BookmarkException

public BookmarkException(java.lang.String string)