org.apache.mina.core.write
Class NothingWrittenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.mina.core.write.WriteException
                  extended by org.apache.mina.core.write.NothingWrittenException
All Implemented Interfaces:
Serializable

public class NothingWrittenException
extends WriteException

An exception which is thrown when one or more write requests resulted in no actual write operation.

Version:
$Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $,
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
NothingWrittenException(Collection<WriteRequest> requests)
           
NothingWrittenException(Collection<WriteRequest> requests, String s)
           
NothingWrittenException(Collection<WriteRequest> requests, String message, Throwable cause)
           
NothingWrittenException(Collection<WriteRequest> requests, Throwable cause)
           
NothingWrittenException(WriteRequest request)
           
NothingWrittenException(WriteRequest request, String s)
           
NothingWrittenException(WriteRequest request, String message, Throwable cause)
           
NothingWrittenException(WriteRequest request, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.mina.core.write.WriteException
getRequest, getRequests
 
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

NothingWrittenException

public NothingWrittenException(Collection<WriteRequest> requests,
                               String message,
                               Throwable cause)

NothingWrittenException

public NothingWrittenException(Collection<WriteRequest> requests,
                               String s)

NothingWrittenException

public NothingWrittenException(Collection<WriteRequest> requests,
                               Throwable cause)

NothingWrittenException

public NothingWrittenException(Collection<WriteRequest> requests)

NothingWrittenException

public NothingWrittenException(WriteRequest request,
                               String message,
                               Throwable cause)

NothingWrittenException

public NothingWrittenException(WriteRequest request,
                               String s)

NothingWrittenException

public NothingWrittenException(WriteRequest request,
                               Throwable cause)

NothingWrittenException

public NothingWrittenException(WriteRequest request)


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.