Class InvokeFailedException

All Implemented Interfaces:
Serializable

public class InvokeFailedException extends RuntimeException
This class is a generic unchecked exception raised during calling methods and invoking interface methods which are implemented by Ruby scripts.
Author:
Yoko Harada <[email protected]>
See Also:
  • Constructor Details

    • InvokeFailedException

      public InvokeFailedException(Throwable cause)
    • InvokeFailedException

      public InvokeFailedException(String message, Throwable cause)