Class InvalidMeshNodeKeyException

All Implemented Interfaces:
Serializable

public class InvalidMeshNodeKeyException extends IllegalEntityStateException
Thrown to indicate a Mesh node rejected a public key. This can be raised for a variety of reasons, including (but not limited to):
  • the key used an unsupported or unknown algorithm
  • the key was corrupted in transmission
  • a key was specified, but the node has no record of the key
  • etc.
Since:
8.0
See Also:
  • Constructor Details

    • InvalidMeshNodeKeyException

      public InvalidMeshNodeKeyException(@Nonnull KeyedMessage message)
    • InvalidMeshNodeKeyException

      public InvalidMeshNodeKeyException(@Nonnull KeyedMessage message, @Nullable Throwable cause)