Package org.fairdatapipeline.api
Class IllegalActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fairdatapipeline.api.IllegalActionException
- All Implemented Interfaces:
Serializable
The consumer is probably trying to do something they aren't supposed to be doing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalActionException(String message) ConstructorIllegalActionException(String message, Exception e) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalActionException
Constructor- Parameters:
message- The error message.
-
IllegalActionException
Constructor- Parameters:
message- The error message.e- The Exception that caused it.
-