Class CatalogUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CatalogInvalidException

    public class CatalogUnavailableException
    extends java.lang.RuntimeException
    An unavailable catalog exception.

    This exception is raised when a catalog file raises an IO exception of some kind, or if it's name is so badly formed that it can't be convered to a URI. It is not raised for simple "file not found" IO errors.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CatalogUnavailableException​(java.lang.String message)
      Construct an exception with a message about what went wrong.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CatalogUnavailableException

        public CatalogUnavailableException​(java.lang.String message)
        Construct an exception with a message about what went wrong.
        Parameters:
        message - A description of the underlying cause.