org.cometd.server.filter
Class DataFilter.Abort

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cometd.server.filter.DataFilter.Abort
All Implemented Interfaces:
Serializable
Enclosing interface:
DataFilter

public static class DataFilter.Abort
extends RuntimeException

Abort the message by throwing this exception

See Also:
Serialized Form

Constructor Summary
DataFilter.Abort()
           
DataFilter.Abort(String msg)
           
DataFilter.Abort(String msg, 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

DataFilter.Abort

public DataFilter.Abort()

DataFilter.Abort

public DataFilter.Abort(String msg)

DataFilter.Abort

public DataFilter.Abort(String msg,
                        Throwable cause)


Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.