net.sourceforge.cruisecontrol.util
Class CCTagException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
              extended byjavax.servlet.jsp.JspTagException
                  extended bynet.sourceforge.cruisecontrol.util.CCTagException
All Implemented Interfaces:
java.io.Serializable

public class CCTagException
extends javax.servlet.jsp.JspTagException

A JspTagException with an initial cause.

Author:
Hack Kampbjorn
See Also:
Serialized Form

Constructor Summary
CCTagException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of CCTagException with the specified detail message.
 
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

CCTagException

public CCTagException(java.lang.String msg,
                      java.lang.Throwable cause)
Constructs an instance of CCTagException with the specified detail message.

Parameters:
msg - the detail message
cause - the initial cause