Class AssetIOException

All Implemented Interfaces:
Serializable

public class AssetIOException extends AssetException
Exception to be used for all Asset I/O related operations
See Also:
  • Constructor Details

    • AssetIOException

      public AssetIOException(String message)
    • AssetIOException

      public AssetIOException(Throwable rootCause)
    • AssetIOException

      public AssetIOException(String message, Throwable rootCause)