Class ChicoryInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dylibso.chicory.wasm.ChicoryException
com.dylibso.chicory.runtime.ChicoryInterruptedException
All Implemented Interfaces:
Serializable

public class ChicoryInterruptedException extends com.dylibso.chicory.wasm.ChicoryException
See Also:
  • Constructor Details

    • ChicoryInterruptedException

      public ChicoryInterruptedException(String msg)
    • ChicoryInterruptedException

      public ChicoryInterruptedException(Throwable cause)
    • ChicoryInterruptedException

      public ChicoryInterruptedException(String msg, Throwable cause)