Class UserTrackingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.usertracking.api.UserTrackingException
- All Implemented Interfaces:
Serializable
Indicates that a user tracking operation failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserTrackingException(Exception cause) Constructs a UserTrackingException from the exception that caused the problem. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserTrackingException
Constructs a UserTrackingException from the exception that caused the problem.- Parameters:
cause- the cause of the exception
-