org.apache.mina.core.write
Class WriteToClosedSessionException

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.WriteToClosedSessionException
All Implemented Interfaces:
Serializable

public class WriteToClosedSessionException
extends WriteException

An exception which is thrown when one or more write operations were attempted on a closed session.

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
WriteToClosedSessionException(Collection<WriteRequest> requests)
           
WriteToClosedSessionException(Collection<WriteRequest> requests, String s)
           
WriteToClosedSessionException(Collection<WriteRequest> requests, String message, Throwable cause)
           
WriteToClosedSessionException(Collection<WriteRequest> requests, Throwable cause)
           
WriteToClosedSessionException(WriteRequest request)
           
WriteToClosedSessionException(WriteRequest request, String s)
           
WriteToClosedSessionException(WriteRequest request, String message, Throwable cause)
           
WriteToClosedSessionException(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

WriteToClosedSessionException

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

WriteToClosedSessionException

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

WriteToClosedSessionException

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

WriteToClosedSessionException

public WriteToClosedSessionException(Collection<WriteRequest> requests)

WriteToClosedSessionException

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

WriteToClosedSessionException

public WriteToClosedSessionException(WriteRequest request,
                                     String s)

WriteToClosedSessionException

public WriteToClosedSessionException(WriteRequest request,
                                     Throwable cause)

WriteToClosedSessionException

public WriteToClosedSessionException(WriteRequest request)


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