com.arsdigita.apm
Class ApmException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.jsp.JspException
                    |
                    +--com.arsdigita.acs.ACSException
                          |
                          +--com.arsdigita.apm.ApmException
All Implemented Interfaces:
java.io.Serializable

public synchronized class ApmException
extends ACSException

See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ApmException()
           
ApmException(java.lang.String)
           
ApmException(java.lang.String, java.lang.Exception)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream)
           
 void printStackTrace(java.io.PrintWriter)
           
 
Methods inherited from class com.arsdigita.acs.ACSException
getHttpStatus, getTitle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

ApmException

public ApmException()

ApmException

public ApmException(java.lang.String)

ApmException

public ApmException(java.lang.String,
                    java.lang.Exception)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter)
Overrides:
printStackTrace in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable