Class ExternalException

All Implemented Interfaces:
Serializable

public class ExternalException extends RuntimeException
RuntimeExceptions wrapping all not-KiePMML ones at customer API boundaries
See Also:
  • Constructor Details

    • ExternalException

      public ExternalException(String message, Throwable cause)
    • ExternalException

      public ExternalException(String message)
    • ExternalException

      public ExternalException(Throwable cause)