Class NotImplementedException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(value=NOT_IMPLEMENTED,
                    reason="Method not implemented")
    public class NotImplementedException
    extends RuntimeException
    This exception is used when the search service has not been implemented for this server.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(String message)