Class 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 is Serializable), because its format and encapsulated data can change.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorDetails

        public ErrorDetails​(@NotNull
                            Exception e)
    • Method Detail

      • getException

        @NotNull
        public Exception getException()