Class SeeOtherException
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.SeeOtherException
- All Implemented Interfaces:
 Serializable
Raised to return an http 303 'see other' to the client.
- Since:
 - 6.12.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSeeOtherException(String message) SeeOtherException(String message, ValidationResult validationResult) SeeOtherException(String message, Throwable e) SeeOtherException(Throwable throwable)  - 
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
SeeOtherException
public SeeOtherException() - 
SeeOtherException
 - 
SeeOtherException
 - 
SeeOtherException
 - 
SeeOtherException
 
 -