Class NonImmutableKey

All Implemented Interfaces:
Serializable

public class NonImmutableKey extends Error
NonImmutableKey is thrown when a key is immutable. This is a subclass of Error, which is used to indicate serious problems that a reasonable application should not try to catch.
See Also:
  • Constructor Details

    • NonImmutableKey

      public NonImmutableKey(String key)