Package com.osohq.oso

Class Exceptions.FFIErrorNotFound

All Implemented Interfaces:
Serializable
Enclosing class:
Exceptions

public static class Exceptions.FFIErrorNotFound extends Exceptions.OsoException
Expected to find an FFI error to convert into a Java error but found none.
See Also:
  • Constructor Details

    • FFIErrorNotFound

      public FFIErrorNotFound(String msg, Map<String,Object> details)
    • FFIErrorNotFound

      public FFIErrorNotFound()