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:
Serializable
public class ExternalException extends RuntimeException
RuntimeExceptions wrapping all not-KiePMML ones at customer API boundaries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalException(String message)ExternalException(String message, Throwable cause)ExternalException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-