Class SingleInstanceCommunicationException

  • All Implemented Interfaces:
    Serializable

    public class SingleInstanceCommunicationException
    extends CommunicationException
    An error occurred in communication between client and server. This error may or may not be recoverable. Generally the communication transport should be able to tell the difference and recover if possible.
    See Also:
    Serialized Form
    • Constructor Detail

      • SingleInstanceCommunicationException

        public SingleInstanceCommunicationException()
        No-Arg Constructor
      • SingleInstanceCommunicationException

        public SingleInstanceCommunicationException​(String message)
        Parameters:
        message -
      • SingleInstanceCommunicationException

        public SingleInstanceCommunicationException​(Throwable e)
        Parameters:
        e -
      • SingleInstanceCommunicationException

        public SingleInstanceCommunicationException​(Throwable e,
                                                    String message)
        Parameters:
        e -
        message -