net.sf.webmancer.base
Class WebmancerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by net.sf.webmancer.base.WebmancerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseException, ModelingException

public class WebmancerException
extends javax.servlet.ServletException

Author:
Michal Burda
See Also:
Serialized Form

Constructor Summary
WebmancerException()
           
WebmancerException(java.lang.String message)
           
WebmancerException(java.lang.String message, java.lang.Throwable cause)
           
WebmancerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

WebmancerException

public WebmancerException()

WebmancerException

public WebmancerException(java.lang.String message)

WebmancerException

public WebmancerException(java.lang.Throwable cause)

WebmancerException

public WebmancerException(java.lang.String message,
                          java.lang.Throwable cause)


Copyright © 2006-2007. All Rights Reserved.