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