Penicillin Exception
open class PenicillinException( val localizedString: LocalizedString, val cause: Throwable?, val request: HttpRequest?, val response: HttpResponse?, args: Any?) : RuntimeException
Content copied to clipboard
Base Penicillin exception class. All the exceptions are thrown from Penicillin inherits this class.
Constructors
Link copied to clipboard
Link copied to clipboard
fun PenicillinException( localizedString: LocalizedString, cause: Throwable?, request: HttpRequest?, response: HttpResponse?, vararg args: Any?)
Content copied to clipboard