Class NoSuchProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSuchProviderException
    extends java.lang.RuntimeException
    An exception thrown by KeyStorageLocator to indicate that the requested provider was not found.

    This is runtime exception because the locator is often used in situations such as dependency injection initialization call backs that aren't supposed to throw checked exceptions.

    Author:
    Carl Harris
    See Also:
    Serialized Form
    • 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

      • NoSuchProviderException

        public NoSuchProviderException​(java.lang.String provider)