Class SocketClosingSoonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.SocketClosingSoonException
All Implemented Interfaces:
Serializable

public class SocketClosingSoonException extends RuntimeException
See Also:
  • Constructor Details

    • SocketClosingSoonException

      public SocketClosingSoonException()
  • Method Details

    • rethrow

      public void rethrow() throws Throwable
      Re-throw the original exception.
      Throws:
      Exception - throws the original passed in the constructor.
      Throwable