Class ProviderNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ProviderNotFoundException
    extends RuntimeException
    This exception indicates that the provider was not found (the reference was collected).
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ProviderNotFoundException

        public ProviderNotFoundException​(String message,
                                         Throwable cause)
      • ProviderNotFoundException

        public ProviderNotFoundException​(String message)