Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends ProtocolException
Signals an unsupported / unimplemented feature of the HTTP protocol.
Since:
4.0
See Also:
  • Field Details

  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
      Creates an exception without a detail message.
    • NotImplementedException

      public NotImplementedException(String message)
      Creates an exception with the specified detail message.
      Parameters:
      message - The exception detail message