AccessControlExceptionAccessControlException
A security check fails for a specific permission.
CertificateExceptionA certificate-related error occurred during SSL/TLS operations.
The certificate cannot be parsed, is expired, is not trusted, or has an invalid format. This is common with self-signed certificates or misconfigured trust stores.
Install the certificate in the Java trust store (cacerts). Use keytool to manage certificates. For development, create a custom TrustManager (not for production). Check certificate validity.
AccessControlExceptionA security check fails for a specific permission.
SecurityExceptionAn operation is denied by the security manager.
IOExceptionAn I/O operation fails or is interrupted.
ConcurrentModificationExceptionA collection is modified while being iterated over.
DirectoryNotEmptyExceptionA directory deletion fails because the directory is not empty.
ArrayIndexOutOfBoundsExceptionAn array is accessed with an index that is negative or greater than or equal to the array length.