Exceptions JavaFatal
UnsatisfiedLinkErrorUnsatisfiedLinkError
A native method cannot find its native library implementation.
jvmandroid
Voir les détails ReadOnlyBufferExceptionA write operation is attempted on a read-only buffer.
The buffer was created as read-only (e.g., via asReadOnlyBuffer()) and does not support put or write operations. Read-only buffers are used to prevent modifications.
Use a writable buffer instead. Create a copy of the buffer if you need to modify it. Check isReadOnly() before attempting writes.
UnsatisfiedLinkErrorA native method cannot find its native library implementation.
SSLHandshakeExceptionThe SSL/TLS handshake failed between client and server.
NegativeArraySizeExceptionAn array is created with a negative size.
OutOfMemoryErrorThe JVM has exhausted its available heap memory.
ExecutionExceptionAn exception occurred during the execution of a task submitted to an executor.
BufferUnderflowExceptionA read operation on a buffer exceeds the remaining data.