Class InvalidStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceClosedException

public class InvalidStateException extends StreamException
Exception thrown when a resource is not in an appropriate state.

An example is a connection that is initializing.

See Also:
  • Constructor Details

    • InvalidStateException

      public InvalidStateException(String format, Object... args)