|
DODS 7.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enhydra.dods.exceptions.DodsBaseException
org.webdocwf.dods.access.AccessException
public abstract class AccessException
Field Summary | |
---|---|
java.lang.String |
attrName
|
java.lang.String |
className
|
java.lang.String |
cmp_op
|
java.lang.String |
datatype
|
SecureDO |
obj
|
java.lang.String |
oldValue
|
java.lang.String |
operation
|
User |
usr
|
java.lang.String |
value
|
Constructor Summary | |
---|---|
AccessException(java.lang.String msg)
Construct an exception with a message |
|
AccessException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with a message |
|
AccessException(java.lang.String msg,
java.lang.Throwable cause,
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. |
|
AccessException(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. |
Method Summary | |
---|---|
void |
printStackTrace()
Prints this Exception and its data to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this Exception and its data to the e specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this Exception and its data to the e specified print writer. |
protected void |
printTrace()
Prints stacktrace |
protected void |
printTrace(java.io.PrintStream s)
Prints stacktrace |
void |
printTrace(java.io.PrintWriter out)
Prints stacktrace |
Methods inherited from class org.enhydra.dods.exceptions.DodsBaseException |
---|
getCause, getMessage |
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 |
Field Detail |
---|
public User usr
public java.lang.String operation
public SecureDO obj
public java.lang.String className
public java.lang.String attrName
public java.lang.String value
public java.lang.String oldValue
public java.lang.String datatype
public java.lang.String cmp_op
Constructor Detail |
---|
public AccessException(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)
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 queriespublic AccessException(java.lang.String msg, java.lang.Throwable cause, 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)
msg
- The message associated with the exception.cause
- The error or exception that cause this
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 queriespublic AccessException(java.lang.String msg)
msg
- The message associated with the exception.public AccessException(java.lang.String msg, java.lang.Throwable cause)
msg
- The message associated with the exception.cause
- The error or exception that cause this
exception.Method Detail |
---|
public void printStackTrace()
printStackTrace
in class org.enhydra.dods.exceptions.DodsBaseException
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class org.enhydra.dods.exceptions.DodsBaseException
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class org.enhydra.dods.exceptions.DodsBaseException
protected void printTrace()
protected void printTrace(java.io.PrintStream s)
public void printTrace(java.io.PrintWriter out)
|
DODS 7.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |