Class SportsLibraryException

  • All Implemented Interfaces:
    Serializable

    public class SportsLibraryException
    extends Exception
    Copyright 2021 by Michael Schmidt, Hirola Consulting This software us licensed under the AGPL-3.0 or later. Bundling of all exceptions included libraries.
    Since:
    1.1.1
    Author:
    Michael Schmidt (Hirola)
    See Also:
    Serialized Form
    • Constructor Detail

      • SportsLibraryException

        public SportsLibraryException()
        Creates an empty exception object.
      • SportsLibraryException

        public SportsLibraryException​(Exception exception)
        Creates an exception object with a given exception .
        Parameters:
        exception - for the new object
      • SportsLibraryException

        public SportsLibraryException​(String message)
        Creates an exception object with a given error message.
        Parameters:
        message - of the exception