wt.pds
Class AdvancedQueryAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.pds.AdvancedQueryAccessException
- All Implemented Interfaces:
- Serializable, LocalizableMessage, Message
public class AdvancedQueryAccessException
- extends PersistenceException
AdvancedQueryAccessException captures errors that occur due to the use of
advanced query features that may bypass Access Control. In some cases, it
may be applicable to allow features that bypass Access Control. This can
be accomplished by setting the "advancedQueryEnabled" property of the
StatementSpec instance to true.
Supported API: true
Extendable: false
- See Also:
QuerySpec.setAdvancedQueryEnabled(boolean),
CompoundQuerySpec.setAdvancedQueryEnabled(boolean),
Serialized Form
| Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |