Class IORuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.captaingoldfish.scim.sdk.client.exceptions.IORuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectTimeoutRuntimeException, SocketTimeoutRuntimeException, SSLHandshakeRuntimeException

public class IORuntimeException extends RuntimeException
author Pascal Knueppel
created at: 09.12.2019 - 15:26

to wrap any IOException wihtin a runtime exception
See Also:
  • Constructor Details

    • IORuntimeException

      public IORuntimeException(String message, Throwable cause)