Class NotImplementedServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
- All Implemented Interfaces:
Serializable
Indicates that a particular service is not yet implemented, maps to a 501 error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedServiceException
(String message) NotImplementedServiceException
(String message, ValidationResult validationResult) NotImplementedServiceException
(String message, Exception e) -
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NotImplementedServiceException
-
NotImplementedServiceException
-
NotImplementedServiceException
-