com.arsdigita.acs
Class ACSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.arsdigita.acs.ACSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForbiddenException, ReadOnlyException, WarningException

public class ACSException
extends Exception

See Also:
Serialized Form

Constructor Summary
ACSException(int httpStatus, String title, String msg)
           
ACSException(String msg)
           
 
Method Summary
 int getHttpStatus()
           
 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
 

Constructor Detail

ACSException

public ACSException(String msg)

ACSException

public ACSException(int httpStatus,
                    String title,
                    String msg)
Method Detail

getTitle

public String getTitle()

getHttpStatus

public int getHttpStatus()