Package org.forgerock.opendj.io.rx
Class UnknownRxTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.opendj.io.rx.UnknownRxTransportException
- All Implemented Interfaces:
Serializable
Exception thrown when a transport implementation can't be found.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the unknown transport.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getUnknownRxTransportName
Returns the name of the unknown transport.- Returns:
- The name of the unknown transport.
-