public static class IlpAbstractAttributeBinding.PropertyAlreadySetException extends RuntimeException
Constructor and Description |
---|
PropertyAlreadySetException()
Constructs a new property exception,
null is used
as the detail message. |
PropertyAlreadySetException(String message)
Constructs a new property exception with the given detail message.
|
PropertyAlreadySetException(String message,
Throwable cause)
Constructs a new property exception with the given detail message
and cause.
|
PropertyAlreadySetException(Throwable cause)
Constructs a new property exception with
null as the
message and a given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyAlreadySetException()
Constructs a new property exception, null
is used
as the detail message.
The cause is not initialized.
public PropertyAlreadySetException(String message)
Constructs a new property exception with the given detail message.
The cause is not initialized.
message
- The detail message to be used.public PropertyAlreadySetException(String message, Throwable cause)
Constructs a new property exception with the given detail message and cause.
message
- The detail message to be used.cause
- The cause for this exception.public PropertyAlreadySetException(Throwable cause)
Constructs a new property exception with null
as the
message and a given cause.
cause
- The cause for this exception.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.