PathMatcherException

class PathMatcherException(val message: String, val cause: Throwable) : Throwable

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable
Link copied to clipboard
open override val message: String