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:
- LocalizableMessage, Message, Serializable
- 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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
RESOURCE
private static final String RESOURCE
AdvancedQueryAccessException
public AdvancedQueryAccessException()