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
public final class UnknownRxTransportException extends RuntimeException
Exception thrown when a transport implementation can't be found.- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUnknownRxTransportName()Returns 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 Detail
- 
getUnknownRxTransportName
public String getUnknownRxTransportName()
Returns the name of the unknown transport.- Returns:
 - The name of the unknown transport.
 
 
 - 
 
 -