public class NoSuchRegistryException extends Exception
| Constructor and Description |
|---|
NoSuchRegistryException()
Creates a new instance of
NoSuchRegistryException without
detail message. |
NoSuchRegistryException(String msg)
Constructs an instance of
NoSuchRegistryException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchRegistryException()
NoSuchRegistryException without
detail message.public NoSuchRegistryException(String msg)
NoSuchRegistryException with the
specified detail message.msg - the detail message.Copyright © 2019. All rights reserved.