Class IdDatabaseException

All Implemented Interfaces:
Serializable

public final class IdDatabaseException extends IdException
The type of exceptions raised by the server database.
See Also:
  • Constructor Details

    • IdDatabaseException

      public IdDatabaseException(String message, IdErrorCode inErrorCode)
      Create an exception.
      Parameters:
      message - The message
      inErrorCode - The error code
    • IdDatabaseException

      public IdDatabaseException(String message, Throwable cause, IdErrorCode inErrorCode)
      Create an exception.
      Parameters:
      message - The message
      cause - The cause
      inErrorCode - The error code
    • IdDatabaseException

      public IdDatabaseException(Throwable cause, IdErrorCode inErrorCode)
      Create an exception.
      Parameters:
      cause - The cause
      inErrorCode - The error code