Package cern.nxcals.api.ingestion
Class IllegalRecordRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cern.nxcals.api.ingestion.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
-
-
Constructor Summary
Constructors Constructor Description IllegalRecordRuntimeException(java.lang.IllegalArgumentException e)
IllegalRecordRuntimeException(java.lang.String message)
Exception constructor.
-