NotFoundResourceException

constructor(errorMsg: String = ErrorCodes.NOT_FOUND_MESSAGE, cause: Throwable? = null)

Parameters

errorMsg

the error message (defaults to standard not found message)

cause

the underlying cause of this exception, if any