Class OOBAuthGeneralException

All Implemented Interfaces:
Serializable

public class OOBAuthGeneralException extends GeneralAdapterException
A general exception for unexpected issues encountered in implementations of OOBAuthPlugin, typically wrapping an implementation specific exception type.
Since:
9.3
See Also:
  • Constructor Details

    • OOBAuthGeneralException

      public OOBAuthGeneralException(String message)
    • OOBAuthGeneralException

      public OOBAuthGeneralException(String message, Throwable cause)
    • OOBAuthGeneralException

      public OOBAuthGeneralException(Throwable cause)