public class org.apache.qpid.proton.engine.TransportDecodeException extends org.apache.qpid.proton.engine.TransportException
{
public void <init>(java.lang.String, org.apache.qpid.proton.codec.DecodeException)
{
java.lang.String v;
org.apache.qpid.proton.codec.DecodeException v;
org.apache.qpid.proton.engine.TransportDecodeException v;
v := @this: org.apache.qpid.proton.engine.TransportDecodeException;
v := @parameter: java.lang.String;
v := @parameter: org.apache.qpid.proton.codec.DecodeException;
specialinvoke v.<org.apache.qpid.proton.engine.TransportException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object,java.lang.String)>(v, "A message must be provided");
return;
}
}