Package cern.nxcals.api.ingestion
Class RecordTooBigRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cern.nxcals.api.ingestion.IllegalRecordRuntimeException
-
- cern.nxcals.api.ingestion.RecordTooBigRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class RecordTooBigRuntimeException extends IllegalRecordRuntimeException
Thrown when record exceeds 1MB. Created by jwozniak on 01/04/17.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordTooBigRuntimeException(java.lang.String message)
Exception constructor.
-