Class InstanceObtainingException

  • All Implemented Interfaces:
    Serializable

    public class InstanceObtainingException
    extends RuntimeException
    Occurs when failed to create connection with instance of service, which running within a separate process because remote methods call fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • InstanceObtainingException

        public InstanceObtainingException​(String message,
                                          IOException cause)
        Constructs new instance with given message and cause.
        Parameters:
        message - given message (may be null)
        cause - given cause (may be null)