au.com.prunge.jgenfile
Class ChannelAcquiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--au.com.prunge.jgenfile.JGenFileException
                          |
                          +--au.com.prunge.jgenfile.ChannelAcquiredException
All Implemented Interfaces:
Serializable

public class ChannelAcquiredException
extends JGenFileException

An exception that is thrown when more than one channel is attempted to be acquired from a FileAccessor.

Version:
1.0
Author:
Peter Runge
See Also:
Serialized Form

Constructor Summary
ChannelAcquiredException()
          Creates a channel acquired exception.
ChannelAcquiredException(String s)
          Creates a channel acquired exception with a detail message.
 
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

ChannelAcquiredException

public ChannelAcquiredException()
Creates a channel acquired exception.


ChannelAcquiredException

public ChannelAcquiredException(String s)
Creates a channel acquired exception with a detail message.

Parameters:
s - the detail message.