org.yestech.event
Class InvalidResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.yestech.event.InvalidResultException
All Implemented Interfaces:
Serializable

public class InvalidResultException
extends RuntimeException

Thrown if the multicaster returns a different result then the event passed in requires.

See Also:
EventResultType, IEvent, Serialized Form

Constructor Summary
InvalidResultException()
           
InvalidResultException(String message)
           
InvalidResultException(String message, Throwable cause)
           
InvalidResultException(Throwable cause)
           
 
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

InvalidResultException

public InvalidResultException()

InvalidResultException

public InvalidResultException(Throwable cause)

InvalidResultException

public InvalidResultException(String message)

InvalidResultException

public InvalidResultException(String message,
                              Throwable cause)


Copyright © 2010 YES Technology Association. All Rights Reserved.