ReadOnlyBufferExceptionReadOnlyBufferException
A write operation is attempted on a read-only buffer.
ClassCircularityErrorA circular dependency is detected in class inheritance.
A class inherits from itself either directly or indirectly through a chain of superclasses. This creates an impossible inheritance cycle.
Fix the class hierarchy to remove the circular dependency. Check for incorrect class definitions. This is usually caused by corrupted class files or bytecode manipulation.
ReadOnlyBufferExceptionA write operation is attempted on a read-only buffer.
InstantiationExceptionAn attempt to create an instance of an abstract class or interface using reflection.
ConnectExceptionA connection to a remote host cannot be established.
NoSuchMethodExceptionA method with the specified name and parameter types cannot be found via reflection.
SocketExceptionA socket operation fails, such as creating or accessing a socket.
MissingResourceExceptionA resource bundle or resource key cannot be found.