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, setExtraInfogetCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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-2025 Solace Corporation. All rights reserved.