Class AssetManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.assetmanager.api.AssetManagerException
All Implemented Interfaces:
Serializable

public class AssetManagerException extends RuntimeException
A common exception indicating various issues.
See Also:
  • Constructor Details

    • AssetManagerException

      public AssetManagerException()
    • AssetManagerException

      public AssetManagerException(String message)
    • AssetManagerException

      public AssetManagerException(String message, Throwable cause)
    • AssetManagerException

      public AssetManagerException(Throwable cause)
  • Method Details

    • isCauseNotAuthorized

      public boolean isCauseNotAuthorized()
      Returns true if the exception is caused by a UnauthorizedException.
    • isCauseNotFound

      public boolean isCauseNotFound()
      Returns true if the exception is caused by a NotFoundException.