Package io.trino.operator
Class PageTransportErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.trino.spi.TrinoException
-
- io.trino.spi.TrinoTransportException
-
- io.trino.operator.PageTransportErrorException
-
- All Implemented Interfaces:
Serializable
public class PageTransportErrorException extends TrinoTransportException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageTransportErrorException(HostAddress remoteHost, String message)PageTransportErrorException(HostAddress remoteHost, String message, Throwable cause)
-
Method Summary
-
Methods inherited from class io.trino.spi.TrinoTransportException
getRemoteHost
-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PageTransportErrorException
public PageTransportErrorException(HostAddress remoteHost, String message)
-
PageTransportErrorException
public PageTransportErrorException(HostAddress remoteHost, String message, Throwable cause)
-
-