Class UserTrackingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.usertracking.api.UserTrackingException
All Implemented Interfaces:
Serializable

public class UserTrackingException extends Exception
Indicates that a user tracking operation failed.
See Also:
  • Constructor Details

    • UserTrackingException

      public UserTrackingException(Exception cause)
      Constructs a UserTrackingException from the exception that caused the problem.
      Parameters:
      cause - the cause of the exception