Package org.soulwing.s2ks
Class NoSuchProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.s2ks.NoSuchProviderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchProviderException extends java.lang.RuntimeExceptionAn exception thrown byKeyStorageLocatorto 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
-
-
Constructor Summary
Constructors Constructor Description NoSuchProviderException(java.lang.String provider)
-