public abstract class UsefulException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
Throwable |
cause
Exception cause if defined.
|
String |
description
Exception description.
|
String |
id
Unique id for this exception.
|
String |
title
Exception title.
|
| Constructor and Description |
|---|
UsefulException(String message) |
UsefulException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace