com.arsdigita.acs
Class ACSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.jsp.JspException
                    |
                    +--com.arsdigita.acs.ACSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApmException, ForbiddenException, ReadOnlyException, RedirectException, WarningException

public synchronized class ACSException
extends javax.servlet.jsp.JspException

See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ACSException()
           
ACSException(int, java.lang.String, java.lang.String)
           
ACSException(java.lang.String)
           
 
Method Summary
 int getHttpStatus()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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

ACSException

public ACSException()

ACSException

public ACSException(java.lang.String)

ACSException

public ACSException(int,
                    java.lang.String,
                    java.lang.String)
Method Detail

getTitle

public java.lang.String getTitle()

getHttpStatus

public int getHttpStatus()