Class ConfigurationModelListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.liferay.portal.configuration.persistence.listener.ConfigurationModelListenerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationModelListenerException(Exception exception, Class<?> configurationClass, Class<?> listenerClass, Dictionary<String, Object> properties) ConfigurationModelListenerException(String causeMessage, Class<?> configurationClass, Class<?> listenerClass, Dictionary<String, Object> properties) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
causeMessage
-
configurationClass
-
listenerClass
-
properties
-
-
Constructor Details
-
ConfigurationModelListenerException
-
ConfigurationModelListenerException
-