Class EndpointIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EndpointIOException
    extends java.io.IOException
    Class for throwing exception from endpoint.
    Author:
    dybis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointIOException​(Endpoint endpoint, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Endpoint getEndpoint()
      Returns the endpoint, or null if the failure occurred before this was assigned to a unique endpoint
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • EndpointIOException

        public EndpointIOException​(Endpoint endpoint,
                                   java.lang.String message,
                                   java.lang.Throwable cause)
    • Method Detail

      • getEndpoint

        public Endpoint getEndpoint()
        Returns the endpoint, or null if the failure occurred before this was assigned to a unique endpoint