Class TrackException
-
- All Implemented Interfaces:
public final class TrackException
-
-
Constructor Summary
Constructors Constructor Description TrackException(String message, Exception.Severity severity, String cause)
-
Method Summary
Modifier and Type Method Description final String
getMessage()
final Exception.Severity
getSeverity()
final String
getCause()
-
-
Method Detail
-
getMessage
final String getMessage()
-
getSeverity
final Exception.Severity getSeverity()
-
-
-
-