Java sensitive exceptions include: 1. [java.io.FileNotFoundException] leaks the file system structure and file name enumeration; 2. [java.util.jar.JarException] leaks the file system structure.
java sensitive exceptions include:
1, java.io.FileNotFoundException: leaking file system structure and file name Enumeration
2, java.util.jar.JarException: Leaked file system structure
3, java.util.MissingResourceException: Resource enumeration
4, java.security.acl .NotOwnerException: Everyone is listed
5, java.util.ConcurrentModificationException: Thread-unsafe code information may be provided
6, javax.naming.InsufficientResourcesException: Insufficient server resources may cause dos Attack
7, java.net.BindException: Open port enumeration caused when the client is not trusted to select the server port
8, java.lang.OutOfMemoryError: dos attack
9.java.lang.StackOverflowError: dos attack
10.java.sql.SQLException: database structure, user name enumeration
##Related free learning recommendations:java basic tutorial
The above is the detailed content of What are the sensitive exceptions in java. For more information, please follow other related articles on the PHP Chinese website!