public class UnexpectedThrowable extends NestedError
NestedThrowable.UtilnestedDETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED| Constructor and Description |
|---|
UnexpectedThrowable()
Construct a UnexpectedThrowable with no detail.
|
UnexpectedThrowable(String msg)
Construct a UnexpectedThrowable with the specified
detail message.
|
UnexpectedThrowable(String msg,
Throwable nested)
Construct a UnexpectedThrowable with the specified
detail message and nested Throwable.
|
UnexpectedThrowable(Throwable nested)
Construct a UnexpectedThrowable with the specified
nested Throwable.
|
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnexpectedThrowable(String msg)
msg - Detail message.public UnexpectedThrowable(String msg, Throwable nested)
msg - Detail message.nested - Nested Throwable.public UnexpectedThrowable(Throwable nested)
nested - Nested Throwable.public UnexpectedThrowable()
Copyright © 2015 JBoss by Red Hat. All rights reserved.