Class DatabaseInUseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.DatabaseInUseException
All Implemented Interfaces:
Serializable

public class DatabaseInUseException extends Exception
DatabaseInUseException is thrown while trying to access the database which is already in use
Author:
Andreas Enders
See Also:
  • Constructor Details

    • DatabaseInUseException

      public DatabaseInUseException(String aMessage)
      Constructs with a message
      Parameters:
      aMessage -
    • DatabaseInUseException

      public DatabaseInUseException(String aMessage, Exception aException)
      Constructs with a message
      Parameters:
      aMessage -
      aException -