Class ChannelManagerEventListenerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
All Implemented Interfaces:
Serializable

public class ChannelManagerEventListenerException extends Exception
Exception that you can throw in a ChannelManagerEventListener implementation : When you wants to short circuit the processing of the Channel creation / update entirely, you have to use ChannelManagerEventListenerException.Status.STOP_CHANNEL_PROCESSING
See Also: