net.lessy.util.messaging
Class MessageVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.lessy.util.messaging.MessageVetoException
All Implemented Interfaces:
Serializable

public class MessageVetoException
extends Exception

Exception that can be thrown by a message listener to raise it's Veto against processing a particular message.

Author:
Hans Lesmeister
See Also:
Serialized Form

Constructor Summary
MessageVetoException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageVetoException

public MessageVetoException()


Copyright © 2012. All Rights Reserved.