Home > Java > javaTutorial > What are the sensitive exceptions in java

What are the sensitive exceptions in java

coldplay.xixi
Release: 2020-10-29 11:13:05
Original
8569 people have browsed it

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.

What are the sensitive exceptions in java

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template