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 SummaryConstructors 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.ServiceExceptiongetOptionalValidationResult, optionalValidationResult, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
BadRequestExceptionpublic BadRequestException() 
 - 
BadRequestExceptionpublic BadRequestException(String message) 
 - 
BadRequestExceptionpublic BadRequestException(Throwable throwable) 
 - 
BadRequestExceptionpublic BadRequestException(String message, ValidationResult validationResult) 
 
- 
 
-