Servertec
Persistent Object Store
1.4.1 09/04/2005

stec.pos
Class TooManyOpenFilesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by stec.pos.POSException
                  extended by stec.pos.TooManyOpenFilesException
All Implemented Interfaces:
java.io.Serializable

public class TooManyOpenFilesException
extends POSException
implements java.io.Serializable

This exception is thrown when attempting to open a file and there are too many files already open.

Since:
1.2.0 12/03/2002
See Also:
POSException, Serialized Form

Constructor Summary
TooManyOpenFilesException()
          Constructs a new too many open files exception.
TooManyOpenFilesException(java.lang.String message)
          Constructs a new too many open files exception associated with the specified message.
TooManyOpenFilesException(java.lang.Throwable throwable)
          Constructs a new too many open files exception wrapping the specified exception or error.
TooManyOpenFilesException(java.lang.Throwable throwable, java.lang.String message)
          Constructs a new too many open files exception wrapping the specified exception or error and associated message.
 
Method Summary
 
Methods inherited from class stec.pos.POSException
getRootCause
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyOpenFilesException

public TooManyOpenFilesException()
Constructs a new too many open files exception.


TooManyOpenFilesException

public TooManyOpenFilesException(java.lang.Throwable throwable)
Constructs a new too many open files exception wrapping the specified exception or error.

Parameters:
throwable - the exception or error.

TooManyOpenFilesException

public TooManyOpenFilesException(java.lang.String message)
Constructs a new too many open files exception associated with the specified message.

Parameters:
message - the text message to associate with this exception.

TooManyOpenFilesException

public TooManyOpenFilesException(java.lang.Throwable throwable,
                                 java.lang.String message)
Constructs a new too many open files exception wrapping the specified exception or error and associated message.

Parameters:
throwable - the exceptino or error.
message - the text message to associate with the exception or error.

Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.