Class NotImplementedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      NotImplementedException()
      Creates an exception without a detail message.
      NotImplementedException​(java.lang.String message)
      Creates an exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotImplementedException

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

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