AppException Constructor |
| Name | Description | |
|---|---|---|
|
|
AppException |
Default constructor.
|
|
|
AppException(String) |
Constructor allowing a message to be added to this exception.
|
|
|
AppException(String, Exception) |
Constructor for an exception containing a message and an embedded exception.
|