com.epam.fix
Class StorageClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.epam.fix.StorageClosedException
All Implemented Interfaces:
Serializable

public class StorageClosedException
extends IOException

Checked exception thrown when an attempt is made to invoke or complete an write or read operations with storage that is closed.

See Also:
Serialized Form

Constructor Summary
StorageClosedException()
           
StorageClosedException(String message)
           
 
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

StorageClosedException

public StorageClosedException()

StorageClosedException

public StorageClosedException(String message)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.