public class PropertyVetoException extends Exception
| Constructor and Description |
|---|
PropertyVetoException(PropertySourceChangeEvent<?> event) |
PropertyVetoException(PropertySourceChangeEvent<?> event,
String message) |
PropertyVetoException(PropertySourceChangeEvent<?> event,
String message,
Throwable cause) |
PropertyVetoException(PropertySourceChangeEvent<?> event,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
PropertySourceChangeEvent<?> |
getPropertySourceChangeEvent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyVetoException(PropertySourceChangeEvent<?> event)
public PropertyVetoException(PropertySourceChangeEvent<?> event, String message)
public PropertyVetoException(PropertySourceChangeEvent<?> event, Throwable cause)
public PropertyVetoException(PropertySourceChangeEvent<?> event, String message, Throwable cause)
public PropertySourceChangeEvent<?> getPropertySourceChangeEvent()
Copyright 2004-2021 Solace Corporation. All rights reserved.