org.richfaces.application.push
Class EventAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.richfaces.application.push.EventAbortedException
All Implemented Interfaces:
java.io.Serializable

public class EventAbortedException
extends java.lang.Exception

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
EventAbortedException()
           
EventAbortedException(java.lang.String message)
           
EventAbortedException(java.lang.String message, java.lang.Throwable cause)
           
EventAbortedException(java.lang.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

EventAbortedException

public EventAbortedException()

EventAbortedException

public EventAbortedException(java.lang.String message,
                             java.lang.Throwable cause)

EventAbortedException

public EventAbortedException(java.lang.String message)

EventAbortedException

public EventAbortedException(java.lang.Throwable cause)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.