com.arsdigita.acs
Class ForbiddenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.arsdigita.acs.ACSException
                    |
                    +--com.arsdigita.acs.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException
extends ACSException

See Also:
Serialized Form

Constructor Summary
ForbiddenException(String title, String msg)
           
 
Methods inherited from class com.arsdigita.acs.ACSException
getHttpStatus, 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

ForbiddenException

public ForbiddenException(String title,
                          String msg)