Class NotFoundException
- 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.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends ServiceException
Thrown when things that are expected to be found are NOT found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()
NotFoundException(String message)
NotFoundException(String message, ValidationResult validationResult)
NotFoundException(String message, Throwable 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
-
NotFoundException
public NotFoundException()
-
NotFoundException
public NotFoundException(String message)
-
NotFoundException
public NotFoundException(String message, ValidationResult validationResult)
-
-