public class RegistryException extends java.io.IOException implements ExceptionWrapper
| Constructor and Description |
|---|
RegistryException()
Create a null exception
|
RegistryException(java.lang.String msg)
Creates an exception with a message
|
RegistryException(java.lang.String msg,
java.lang.Throwable e)
Wraps an exception in the config exception
|
RegistryException(java.lang.Throwable e)
Wraps an exception in the config exception
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause, if any.
|
void |
printStackTrace()
Prints the stack trace, preferring the root cause if it exists.
|
void |
printStackTrace(java.io.PrintStream os)
Prints the stack trace, preferring the root cause if it exists.
|
void |
printStackTrace(java.io.PrintWriter os)
Prints the stack trace, preferring the root cause if it exists.
|
public RegistryException()
public RegistryException(java.lang.String msg)
public RegistryException(java.lang.String msg,
java.lang.Throwable e)
public RegistryException(java.lang.Throwable e)
public java.lang.Throwable getRootCause()
getRootCause in interface ExceptionWrapperpublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream os)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter os)
printStackTrace in class java.lang.Throwable