Class ErrorDetails
- java.lang.Object
-
- jetbrains.buildServer.issueTracker.ErrorDetails
-
- All Implemented Interfaces:
Serializable
public class ErrorDetails extends Object implements Serializable
Holds the error details of an unsuccessful fetch attempt. Should never be stored on disk (though it isSerializable
), because its format and encapsulated data can change.- Since:
- 7.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorDetails(Exception e)
-