errors.fyi community error code reference

Java Exceptions

Built-in exception and error classes from the Java standard library (java.lang, java.io, java.net, java.util, java.sql, java.util.concurrent). Checked exceptions must be declared or caught; unchecked exceptions (RuntimeException and Error subclasses) do not.

References

48 codes