Synchronization and serialization issues that apply to NamingException apply directly here.
Constructs a new instance of NameNotFoundException using the explanation supplied. All other fields default to null.paramexplanation Possibly null additional detail about this exception.seejava.lang.Throwable#getMessage super(explanation);
super(explanation);
Constructs a new instance of NameNotFoundException. all name resolution fields and explanation initialized to null. super();
super();