Class InvalidMeshNodeStateException

All Implemented Interfaces:
Serializable

public class InvalidMeshNodeStateException extends IllegalEntityStateException
Thrown to indicate the specified MeshNode.State cannot be set, e.g. because the target state is a transitional state like MeshNode.State.OFFLINE.
Since:
8.4
See Also:
  • Constructor Details

    • InvalidMeshNodeStateException

      public InvalidMeshNodeStateException(@Nonnull KeyedMessage message)
    • InvalidMeshNodeStateException

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