Class DexWriteException

All Implemented Interfaces:
Serializable

public class DexWriteException extends RuntimeException
See Also:
  • Constructor Details

    • DexWriteException

      public DexWriteException()
    • DexWriteException

      public DexWriteException(String message)
    • DexWriteException

      public DexWriteException(String message, Throwable cause)
    • DexWriteException

      public DexWriteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • DexWriteException

      public DexWriteException(Throwable cause)