Class IllegalRecordRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RecordTooBigRuntimeException

    public class IllegalRecordRuntimeException
    extends java.lang.RuntimeException
    Thrown when record cannot be accepted due to contract violation (size, nb or fields, etc) Created by jwozniak on 26/10/16.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalRecordRuntimeException

        public IllegalRecordRuntimeException​(java.lang.String message)
        Exception constructor.
        Parameters:
        message - Exception message.
      • IllegalRecordRuntimeException

        public IllegalRecordRuntimeException​(java.lang.IllegalArgumentException e)