We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe93c7 commit cd9d412Copy full SHA for cd9d412
1 file changed
src/main/java/org/owasp/esapi/errors/IntrusionException.java
@@ -28,7 +28,7 @@
28
*
29
* @author Jeff Williams (jeff.williams@aspectsecurity.com)
30
*/
31
-public class IntrusionException extends EnterpriseSecurityException {
+public class IntrusionException extends EnterpriseSecurityRuntimeException {
32
33
/** The Constant serialVersionUID. */
34
private static final long serialVersionUID = 1L;
0 commit comments