Class ContinuationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- step.repositories.azure.devops.rest.ContinuationException
-
- All Implemented Interfaces:
Serializable
public class ContinuationException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
continuationToken
Object
result
-
Constructor Summary
Constructors Constructor Description ContinuationException(Object result, String continuationToken)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-