org.littleshoot.proxy
Class UnknownTransportProtocolError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.littleshoot.proxy.UnknownTransportProtocolError
- All Implemented Interfaces:
- Serializable
public class UnknownTransportProtocolError
- extends Error
This error indicates that the system was asked to use a TransportProtocol
that it didn't know how to handle.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownTransportProtocolError
public UnknownTransportProtocolError(TransportProtocol transportProtocol)
Copyright © 2009-2014 LittleShoot. All Rights Reserved.