Class DispatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.nevis.auth.fido.uaf.sdk.dispatcher.DispatchException
All Implemented Interfaces:
Serializable

public class DispatchException extends Exception
The exception thrown by the Dispatchers when a problem occurs.
See Also:
  • Constructor Details

    • DispatchException

      public DispatchException(String msg)
    • DispatchException

      public DispatchException(String msg, Throwable rootCause)
  • Method Details

    • dispatcherResponse

      public String dispatcherResponse()