Package com.adobe.granite.asset.api
Class AssetIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.adobe.granite.asset.api.AssetException
-
- com.adobe.granite.asset.api.AssetIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class AssetIOException extends AssetException
Exception to be used for all Asset I/O related operations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetIOException(java.lang.String message)
AssetIOException(java.lang.String message, java.lang.Throwable rootCause)
AssetIOException(java.lang.Throwable rootCause)
-
Method Summary
-
Methods inherited from class com.adobe.granite.asset.api.AssetException
getArgs, getMessage, getMessageFormat
-
-