package com.hexagontk.core import java.io.IOException class ResourceNotFoundException(message: String) : IOException(message)