public class PropertyException extends NestedRuntimeException
NestedThrowable.UtilnestedDETECT_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, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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 © 2015 JBoss by Red Hat. All rights reserved.