Class BadRequestException
- 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.BadRequestException
-
- All Implemented Interfaces:
Serializable
public class BadRequestException extends ServiceException
Thrown when the data in the incoming request is incomplete or otherwise invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestException()
BadRequestException(String message)
BadRequestException(String message, ValidationResult validationResult)
BadRequestException(String message, Throwable throwable)
BadRequestException(Throwable throwable)
-
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
-
BadRequestException
public BadRequestException()
-
BadRequestException
public BadRequestException(String message)
-
BadRequestException
public BadRequestException(Throwable throwable)
-
BadRequestException
public BadRequestException(String message, ValidationResult validationResult)
-
-