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:
  • Constructor Details

    • NotImplementedServiceException

      public NotImplementedServiceException(String message)
    • NotImplementedServiceException

      public NotImplementedServiceException(String message, Exception e)
    • NotImplementedServiceException

      public NotImplementedServiceException(String message, ValidationResult validationResult)