Uses of Class
org.owasp.esapi.errors.EnterpriseSecurityException

Packages that use EnterpriseSecurityException
org.owasp.esapi.errors A set of exception classes designed to model the error conditions that frequently arise in enterprise web applications and web services. 
org.owasp.esapi.waf This package contains the ESAPI Web Application Firewall (WAF). 
 

Uses of EnterpriseSecurityException in org.owasp.esapi.errors
 

Subclasses of EnterpriseSecurityException in org.owasp.esapi.errors
 class AccessControlException
          An AccessControlException should be thrown when a user attempts to access a resource that they are not authorized for.
 class AuthenticationAccountsException
          An AuthenticationException should be thrown when anything goes wrong during login or logout.
 class AuthenticationCredentialsException
          An AuthenticationException should be thrown when anything goes wrong during login or logout.
 class AuthenticationException
          An AuthenticationException should be thrown when anything goes wrong during login or logout.
 class AuthenticationHostException
          An AuthenticationHostException should be thrown when there is a problem with the host involved with authentication, particularly if the host changes unexpectedly.
 class AuthenticationLoginException
          An AuthenticationException should be thrown when anything goes wrong during login or logout.
 class AvailabilityException
          An AvailabilityException should be thrown when the availability of a limited resource is in jeopardy.
 class CertificateException
          A CertificateException should be thrown for any problems that arise during processing of digital certificates.
 class EncodingException
          An EncodingException should be thrown for any problems that occur when encoding or decoding data.
 class EncryptionException
          An EncryptionException should be thrown for any problems related to encryption, hashing, or digital signatures.
 class ExecutorException
          An ExecutorException should be thrown for any problems that arise during the execution of a system executable.
 class IntegrityException
          An IntegrityException should be thrown when a problem with the integrity of data has been detected.
 class ValidationAvailabilityException
           
 class ValidationException
          A ValidationException should be thrown to indicate that the data provided by the user or from some other external source does not match the validation rules that have been specified for that data.
 class ValidationUploadException
           
 

Uses of EnterpriseSecurityException in org.owasp.esapi.waf
 

Subclasses of EnterpriseSecurityException in org.owasp.esapi.waf
 class ConfigurationException
          The Exception to be thrown when there is an error parsing a policy file.
 



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.