public class UnexpectedThrowable extends NestedError
NestedThrowable.Util
nested
DETECT_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, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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 © 2018 JBoss by Red Hat. All rights reserved.