Class DistributionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.distribution.api.DistributionException
All Implemented Interfaces:
Serializable

public class DistributionException extends Exception
A DistributionException indicates that an error occurred while interacting with a distribution channel.
See Also:
  • Constructor Details

    • DistributionException

      public DistributionException(String message)
    • DistributionException

      public DistributionException(Throwable cause)
    • DistributionException

      public DistributionException(String message, Throwable cause)