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 StringgetMessage()final Exception.SeveritygetSeverity()final StringgetCause()-
-
Method Detail
-
getMessage
final String getMessage()
-
getSeverity
final Exception.Severity getSeverity()
-
-
-
-