Class FBSQLEncryptException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class FBSQLEncryptException extends SQLInvalidAuthorizationSpecException
Exception that indicates encryption could not be initialized.

This exception is thrown when wire encryption cannot be initialized, for example if the current authentication plugin does not support generating a session key, or if no matching cipher can be found.

Since:
4.0
Author:
Mark Rotteveel
See Also:
  • Constructor Details

    • FBSQLEncryptException

      public FBSQLEncryptException(String reason, String sqlState, int vendorCode)