Class ProviderNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProviderNotFoundException
    extends RegistryException
    ProviderNotFoundException is thrown when a sequence database provider can not be located.
    Author:
    Keith James, Brian Gilman
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProviderNotFoundException()
      Creates a ProviderNotFoundException with no detail message.
      ProviderNotFoundException​(java.lang.String message)
      Creates a ProviderNotFoundException with the specified detail message.
    • 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

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

      • ProviderNotFoundException

        public ProviderNotFoundException()
        Creates a ProviderNotFoundException with no detail message.
      • ProviderNotFoundException

        public ProviderNotFoundException​(java.lang.String message)
        Creates a ProviderNotFoundException with the specified detail message.
        Parameters:
        message - a String.