org.infoglue.cms.exception
Class AccessConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.infoglue.cms.exception.ConstraintException
              extended by 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)
           
 
Method Summary
 
Methods inherited from class org.infoglue.cms.exception.ConstraintException
equals, getChainedException, getErrorCode, getExtraInformation, 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessConstraintException

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


Copyright © 2005 InfoGlue.org All Rights Reserved.