public class RhnRuntimeException
extends java.lang.RuntimeException
Custom, unchecked exceptions should extend RhnRuntimeException so that we can provide generic error handling, reporting, logging, etc.
| Constructor and Description |
|---|
RhnRuntimeException() |
RhnRuntimeException(java.lang.String msg) |
RhnRuntimeException(java.lang.String msg,
java.lang.Throwable t) |
RhnRuntimeException(java.lang.Throwable t) |
public RhnRuntimeException()
public RhnRuntimeException(java.lang.String msg)
msg - An error messagepublic RhnRuntimeException(java.lang.Throwable t)
t - The Throwable to wrappublic RhnRuntimeException(java.lang.String msg,
java.lang.Throwable t)
msg - An error messaget - The Throwable to wrap