Class ExchangeSecurityException

All Implemented Interfaces:
Serializable

public class ExchangeSecurityException extends ExchangeException
Indicates that the cause the error ware wrong credentials or insufficient privileges.

We throw this exception only for exchanges where we can’t clearly distinguish this cause from other error types. If an API does not provide proper error information or the modules implementation is lacking then an ExchangeException will be thrown in this situation.

Author:
walec51
See Also:
  • Constructor Details

    • ExchangeSecurityException

      public ExchangeSecurityException()
    • ExchangeSecurityException

      public ExchangeSecurityException(String message)
    • ExchangeSecurityException

      public ExchangeSecurityException(Throwable cause)
    • ExchangeSecurityException

      public ExchangeSecurityException(String message, Throwable cause)