Class BufferAlreadyDisposedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.internal.snapshots.buffer.BufferAlreadyDisposedException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class BufferAlreadyDisposedException extends org.apache.ignite.lang.IgniteException
Throws when tries to access byte buffer reference from already disposed DisposableByteBuffer.
See Also:
  • Constructor Details

    • BufferAlreadyDisposedException

      public BufferAlreadyDisposedException(int code)