Class SubmissionConfigReaderException

  • All Implemented Interfaces:
    Serializable

    public class SubmissionConfigReaderException
    extends Exception
    This is a superclass for exceptions representing a failure when loading the item submission configuration. E.g., missing mandatory information, inconsistent data, etc
    Author:
    Andrea Bollini (andrea.bollini at 4science.it)
    See Also:
    Serialized Form
    • Constructor Detail

      • SubmissionConfigReaderException

        public SubmissionConfigReaderException()
        No-args constructor.
      • SubmissionConfigReaderException

        public SubmissionConfigReaderException​(String message)
        Constructor for a given message.
        Parameters:
        message - diagnostic message.
      • SubmissionConfigReaderException

        public SubmissionConfigReaderException​(Throwable cause)
        Constructor for a given cause.
        Parameters:
        cause - throwable that caused this exception
      • SubmissionConfigReaderException

        public SubmissionConfigReaderException​(String message,
                                               Throwable cause)
        Constructor to create a new exception wrapping it around another exception.
        Parameters:
        message - diagnostic message.
        cause - throwable that caused this exception