Class ErrorDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrorDetails
    extends java.lang.Object
    implements java.io.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 Summary

      Constructors 
      Constructor Description
      ErrorDetails​(java.lang.Exception e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getException()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorDetails

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

      • getException

        @NotNull
        public java.lang.Exception getException()