Class InternalServerException

All Implemented Interfaces:
Serializable

public class InternalServerException extends ServiceException
A ServiceException wrapper for a general runtime exception. Allows conversion to a 500 error in our ExceptionMapping
See Also:
  • Constructor Details

    • InternalServerException

      public InternalServerException(Throwable throwable)
    • InternalServerException

      public InternalServerException(String message, Throwable cause)
    • InternalServerException

      public InternalServerException(String message, ValidationResult validationResult)