com.arsdigita.acs
Class ReadOnlyException

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

public class ReadOnlyException
extends ACSException

See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ReadOnlyException()
           
ReadOnlyException(java.lang.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
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

ReadOnlyException

public ReadOnlyException(java.lang.String msg)

ReadOnlyException

public ReadOnlyException()