Class LazyTermLoadingException

  • All Implemented Interfaces:
    Serializable

    public class LazyTermLoadingException
    extends RuntimeException
    Exception thrown when a Lazy cv term cannot load the lazy data from OLS
    Since:
    05/09/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • LazyTermLoadingException

        public LazyTermLoadingException()

        Constructor for LazyTermLoadingException.

      • LazyTermLoadingException

        public LazyTermLoadingException​(String s)

        Constructor for LazyTermLoadingException.

        Parameters:
        s - a String object.
      • LazyTermLoadingException

        public LazyTermLoadingException​(String s,
                                        Throwable throwable)

        Constructor for LazyTermLoadingException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • LazyTermLoadingException

        public LazyTermLoadingException​(Throwable throwable)

        Constructor for LazyTermLoadingException.

        Parameters:
        throwable - a Throwable object.