Class ActionErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.fuseki.servlets.ActionErrorException
All Implemented Interfaces:
Serializable

public class ActionErrorException extends RuntimeException
See Also:
  • Constructor Details

    • ActionErrorException

      public ActionErrorException(int rc, String message, Throwable ex)
  • Method Details

    • getRC

      public int getRC()