Package org.kie.pmml.api.exceptions
Class ExternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.pmml.api.exceptions.ExternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExternalException extends java.lang.RuntimeExceptionRuntimeExceptions wrapping all not-KiePMML ones at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalException(java.lang.String message)ExternalException(java.lang.String message, java.lang.Throwable cause)ExternalException(java.lang.Throwable cause)
-