Class Comparisons.UnknownErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.draftable.api.client.Comparisons.UnknownErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
Comparisons

public static class Comparisons.UnknownErrorException extends RuntimeException
Thrown when an unknown error occurs while making a request. This should never occur, but the library guarantees that any extraneous exceptions are wrapped in an Comparisons.UnknownErrorException.
See Also:
  • Constructor Details

    • UnknownErrorException

      public UnknownErrorException(@Nonnull Throwable error)