Uses of Class
org.csapi.jr.se.policy.PolicyException

Packages that use PolicyException
org.csapi.jr.se.policy Contains the Parlay Policy Management data types and interfaces. 
 

Uses of PolicyException in org.csapi.jr.se.policy
 

Subclasses of PolicyException in org.csapi.jr.se.policy
 class AccessViolationException
          Thrown if the client does not have authorization to invoke this method on this object with these parameters.
 class NameSpaceErrorException
          Thrown if the specified name matches or does not match the name of an existing object of the appropriate type within this container.
 class NoTransactionInProcessException
          Thrown if there is currently no transaction in process.
 class SyntaxErrorException
          Thrown if the specified name is formatted improperly.
 class TransactionInProcessException
          Thrown if there is currently a transaction in process.