org.infoglue.cms.exception
Class AccessConstraintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.infoglue.cms.exception.ConstraintException
                    |
                    +--org.infoglue.cms.exception.AccessConstraintException
All Implemented Interfaces:
java.io.Serializable

public class AccessConstraintException
extends ConstraintException

Thrown to indicate that the user does not have access to the specific resource

Author:
Mattias Bogeblad
See Also:
Serialized Form

Constructor Summary
AccessConstraintException(java.lang.String fieldName, java.lang.String errorCode)
           
 
Methods inherited from class org.infoglue.cms.exception.ConstraintException
equals, getChainedException, getErrorCode, getFieldName, getMessage, hashCode, setChainedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessConstraintException

public AccessConstraintException(java.lang.String fieldName,
                                 java.lang.String errorCode)