Skip to content

Commit cd9d412

Browse files
committed
To properly fix Google Issue ESAPI#212 (i.e., GitHub issue ESAPI#229),
IntrusionException needed to subclass EnterpriseSecurityRuntimeException, not EnterpriseSecurityException.
1 parent ffe93c7 commit cd9d412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/owasp/esapi/errors/IntrusionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author Jeff Williams (jeff.williams@aspectsecurity.com)
3030
*/
31-
public class IntrusionException extends EnterpriseSecurityException {
31+
public class IntrusionException extends EnterpriseSecurityRuntimeException {
3232

3333
/** The Constant serialVersionUID. */
3434
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)