errors.fyi community error code reference
ArrayStoreException
java

ArrayStoreException

Thrown when an attempt is made to store an object of the wrong type into an array, detected at runtime due to Java's covariant array types.

References

โ† all namespaces for ArrayStoreException