public class PropertyMismatchException extends JCSMPException
Constructor and Description |
---|
PropertyMismatchException(String property,
Object propertyValue)
Constructor for the property mismatch exception.
|
PropertyMismatchException(String message,
String property,
Object propertyValue)
Constructor for the property mismatch exception.
|
PropertyMismatchException(String message,
String property,
Object propertyValue,
Throwable cause)
Constructor for the property mismatch exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getProperty()
Gets the property that caused the mismatch exception.
|
Object |
getPropertyValue()
Gets the property value that caused the mismatch exception.
|
getExtraInfo, setExtraInfo
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public PropertyMismatchException(String message, String property, Object propertyValue, Throwable cause)
message
- Exception message.property
- The property name that triggered the exception.propertyValue
- The property value that triggered the exception.cause
- Underlying cause.public PropertyMismatchException(String message, String property, Object propertyValue)
message
- Exception message.property
- The property name that triggered the exception.propertyValue
- The property value that triggered the exception.public String getProperty()
public Object getPropertyValue()
Copyright 2004-2024 Solace Corporation. All rights reserved.