Class NotImplementedServiceException

  • All Implemented Interfaces:
    Serializable

    public class NotImplementedServiceException
    extends ServiceException
    Indicates that a particular service is not yet implemented, maps to a 501 error
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedServiceException

        public NotImplementedServiceException​(String message)
      • NotImplementedServiceException

        public NotImplementedServiceException​(String message,
                                              Exception e)
      • NotImplementedServiceException

        public NotImplementedServiceException​(String message,
                                              ValidationResult validationResult)