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
public class SeeOtherException extends ServiceException
Raised to return an http 303 'see other' to the client.- Since:
 - 6.12.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SeeOtherException()SeeOtherException(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
getOptionalValidationResult, optionalValidationResult, toString 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SeeOtherException
public SeeOtherException()
 
- 
SeeOtherException
public SeeOtherException(String message)
 
- 
SeeOtherException
public SeeOtherException(Throwable throwable)
 
- 
SeeOtherException
public SeeOtherException(String message, ValidationResult validationResult)
 
 - 
 
 -