public class PropertyException extends NestedRuntimeException
NestedThrowable.Util
nested
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
Constructor and Description |
---|
PropertyException()
Construct a PropertyException with no detail.
|
PropertyException(String msg)
Construct a PropertyException with the specified detail
message.
|
PropertyException(String msg,
Throwable nested)
Construct a PropertyException with the specified detail
message and nested Throwable.
|
PropertyException(Throwable nested)
Construct a PropertyException with the specified
nested Throwable.
|
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public PropertyException(String msg)
msg
- Detail message.public PropertyException(String msg, Throwable nested)
msg
- Detail message.nested
- Nested Throwable.public PropertyException(Throwable nested)
nested
- Nested Throwable.public PropertyException()
Copyright © 2018 JBoss by Red Hat. All rights reserved.