Overload List
| Name | Description | |
|---|---|---|
| Exception()()()() |
Creates an exception without a message.
| |
| Exception(Exception) |
Creates an exception with the specified cause.
Added in version 20.01.
| |
| Exception(String) |
Creates an exception with its corresponding message.
| |
| Exception(String, Exception) |
Creates an exception with the specified cause.
Added in version 20.01.
|