Class ShutdownException

All Implemented Interfaces:
Serializable

public final class ShutdownException extends ACDPException
Thrown if the database is still used after it was closed.

More technical: Thrown if a file channel is requested from the file channel provider after the file channel provider was shut down or if the synchronization manager is shut down and there is still a client around that

  • tries to get a unit or
  • tries to open a read zone or
  • tries to open the ACDP zone or
  • tries to invoke a Kamikaze write.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • ShutdownException

      public ShutdownException(String message)
      Constructs this type of exception with the specified message.
      Parameters:
      message - The message.
    • ShutdownException

      public ShutdownException(acdp.internal.Database_ db, String message)
      Constructs this type of exception with a message composed from the specified database and message.
      Parameters:
      db - The database.
      message - The message.