Class NewerMethodIllegalCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
com.pnfsoftware.jeb.core.exceptions.NewerMethodIllegalCallException
- All Implemented Interfaces:
Serializable
Reserved runtime exception for compatibility checks involving unsupported newer API methods.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception with no detail message. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NewerMethodIllegalCallException
public NewerMethodIllegalCallException()Create an exception with no detail message.
-