Class 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:
  • Constructor Details

    • SeeOtherException

      public SeeOtherException()
    • SeeOtherException

      public SeeOtherException(String message)
    • SeeOtherException

      public SeeOtherException(Throwable throwable)
    • SeeOtherException

      public SeeOtherException(String message, Throwable e)
    • SeeOtherException

      public SeeOtherException(String message, ValidationResult validationResult)