Class ContinuationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- step.repositories.azure.devops.rest.ContinuationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContinuationException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
continuationToken
java.lang.Object
result
-
Constructor Summary
Constructors Constructor Description ContinuationException(java.lang.Object result, java.lang.String continuationToken)
-