Class IllegalRLPAccess

All Implemented Interfaces:
Serializable

public final class IllegalRLPAccess
extends RuntimeException
Indicates an illegal access in an RLP object: trying to access a sequence when the object represents a byte array or encoding, trying to access a byte array when the object represents a sequence or encoding, or trying to access a byte or sub-sequence item that is out of bounds.
See Also:
Serialized Form
  • Constructor Details

    • IllegalRLPAccess

      public IllegalRLPAccess​(String message)