Constructors Summary |
---|
public RegistryException()Constructs a new Registry Exception.
super();
|
public RegistryException(String arg0)Constructs a new Registry Exception with the specified detail message.
super(arg0);
|
public RegistryException(String arg0, Throwable arg1)Constructs a new Registry Exception with the specified detail message and nested exception.
super(arg0, arg1);
|
public RegistryException(Throwable arg0)Constructs a new Registry Exception with a nested exception.
super(arg0);
|