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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACSException
public ACSException(String msg)
ACSException
public ACSException(int httpStatus,
String title,
String msg)
getTitle
public String getTitle()
getHttpStatus
public int getHttpStatus()