public class WrappedRuntimeException extends RuntimeException
Constructor and Description |
---|
WrappedRuntimeException(Exception e)
Construct a WrappedRuntimeException from a
checked exception.
|
WrappedRuntimeException(String msg,
Exception e)
Constructor WrappedRuntimeException
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get the checked exception that this runtime exception wraps.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedRuntimeException(Exception e)
e
- Primary checked exceptionpublic Exception getException()
Copyright © 2016 JBoss by Red Hat. All rights reserved.