Class SingletonMap.NewInstanceException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID
      serialVersionUID.
    • Constructor Summary

      Constructors 
      Constructor Description
      NewInstanceException​(K key, java.lang.Throwable t)
      Constructor.
    • 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
    • Field Detail

    • Constructor Detail

      • NewInstanceException

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