Package com.draftable.api.client
Class Comparisons.ComparisonNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.draftable.api.client.Comparisons.ComparisonNotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Comparisons
public static class Comparisons.ComparisonNotFoundException extends RuntimeException
Thrown when the aComparisons.getComparison(String)orComparisons.deleteComparison(String)request is made for a non-existent comparison.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()StringgetIdentifier()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-