Class BatchParameterChunkerException

  • All Implemented Interfaces:
    Serializable

    public class BatchParameterChunkerException
    extends Exception
    Exception thrown by the BatchParameterChunker.
    Author:
    Nick Collier
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchParameterChunkerException

        public BatchParameterChunkerException​(String message,
                                              Throwable cause)
        Parameters:
        message -
        cause -
      • BatchParameterChunkerException

        public BatchParameterChunkerException​(String message)
        Parameters:
        message -
      • BatchParameterChunkerException

        public BatchParameterChunkerException​(Throwable cause)
        Parameters:
        cause -