Class SingletonMap.NewInstanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceException
All Implemented Interfaces:
Serializable
Enclosing class:
SingletonMap<K,V,E extends Exception>

public static class SingletonMap.NewInstanceException extends Exception
Thrown when SingletonMap.newInstance(Object, LogNode) throws an exception.
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • NewInstanceException

      public NewInstanceException(K key, Throwable t)
      Constructor.
      Type Parameters:
      K - the key type
      Parameters:
      key - the key
      t - the Throwable that was thrown