Class EfestoRuntimeManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.efesto.runtimemanager.api.exceptions.EfestoRuntimeManagerException
All Implemented Interfaces:
Serializable

public class EfestoRuntimeManagerException extends RuntimeException
See Also:
  • Constructor Details

    • EfestoRuntimeManagerException

      public EfestoRuntimeManagerException()
    • EfestoRuntimeManagerException

      public EfestoRuntimeManagerException(String message)
    • EfestoRuntimeManagerException

      public EfestoRuntimeManagerException(String message, Throwable cause)
    • EfestoRuntimeManagerException

      public EfestoRuntimeManagerException(Throwable cause)
    • EfestoRuntimeManagerException

      public EfestoRuntimeManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)