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
public class NotImplementedServiceException extends ServiceException
Indicates that a particular service is not yet implemented, maps to a 501 error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedServiceException(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
getOptionalValidationResult, optionalValidationResult, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
NotImplementedServiceException
public NotImplementedServiceException(String message)
-
NotImplementedServiceException
public NotImplementedServiceException(String message, ValidationResult validationResult)
-
-