Page Summary
-
The UnsupportedTransportException is thrown when an unsupported or unrecognized transport is encountered.
-
It extends the Exception class in Java.
-
It has a public constructor that takes a String errorMessage as input.
-
It inherits various methods from the java.lang.Throwable and java.lang.Object classes.
public static class Transport.UnsupportedTransportException extends Exception
Exception thrown when an unsupported or unrecognized transport is encountered.
Public Constructor Summary
|
UnsupportedTransportException(String
errorMessage)
|