Class AwsAssetDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.assetmanager.aws.persistence.AwsAssetDatabaseException
All Implemented Interfaces:
Serializable

public class AwsAssetDatabaseException extends Exception
Presents exception that occurs while storing/retrieving episodes from permanent storage or from index.
See Also:
  • Constructor Details

    • AwsAssetDatabaseException

      public AwsAssetDatabaseException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause -
    • AwsAssetDatabaseException

      public AwsAssetDatabaseException(String message, Throwable cause)
      Create exception with a message and a cause.
      Parameters:
      message -
      cause -