org.webdocwf.dods.access
Class AccessRightException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.dods.exceptions.DodsBaseException
org.webdocwf.dods.access.AccessException
org.webdocwf.dods.access.AccessRightException
- All Implemented Interfaces:
- java.io.Serializable
- public class AccessRightException
- extends AccessException
- See Also:
- Serialized Form
Constructor Summary |
AccessRightException(java.lang.String msg)
Construct an exception without a specified message. |
AccessRightException(java.lang.String msg,
User inUsr,
java.lang.String inOperation,
SecureDO inObj,
java.lang.String inClassName,
java.lang.String inAttrName,
java.lang.String inValue,
java.lang.String inOldValue,
java.lang.String inDatatype,
java.lang.String inCmp_op)
Construct an exception with a message and detail data. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccessRightException
public AccessRightException(java.lang.String msg)
- Construct an exception without a specified message.
- Parameters:
msg
- The message associated with the exception.
AccessRightException
public AccessRightException(java.lang.String msg,
User inUsr,
java.lang.String inOperation,
SecureDO inObj,
java.lang.String inClassName,
java.lang.String inAttrName,
java.lang.String inValue,
java.lang.String inOldValue,
java.lang.String inDatatype,
java.lang.String inCmp_op)
- Construct an exception with a message and detail data.
- Parameters:
msg
- The message associated with the exception.inUsr
- The user for the access right checkinOperation
- The desired operationinObj
- The accessed objectinClassName
- The accessed classinAttrName
- The accessed attributeinValue
- The accessed valueinOldValue
- The new value in set-operationsinDatatype
- The datatype of the valueinCmp_op
- The comparison operator for queries