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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetManagerException()AssetManagerException(String message)AssetManagerException(String message, Throwable cause)AssetManagerException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCauseNotAuthorized()Returns true if the exception is caused by aUnauthorizedException.booleanisCauseNotFound()Returns true if the exception is caused by aNotFoundException.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-