Package org.apache.thrift.transport.sasl
Class TInvalidSaslFrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.thrift.TException
-
- org.apache.thrift.transport.TTransportException
-
- org.apache.thrift.transport.sasl.TSaslNegotiationException
-
- org.apache.thrift.transport.sasl.TInvalidSaslFrameException
-
- All Implemented Interfaces:
java.io.Serializable
public class TInvalidSaslFrameException extends TSaslNegotiationException
Got an invalid frame that does not respect the thrift sasl protocol.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.thrift.transport.sasl.TSaslNegotiationException
TSaslNegotiationException.ErrorType
-
-
Field Summary
-
Fields inherited from class org.apache.thrift.transport.TTransportException
ALREADY_OPEN, CORRUPTED_DATA, END_OF_FILE, NOT_OPEN, TIMED_OUT, type_, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description TInvalidSaslFrameException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.apache.thrift.transport.sasl.TSaslNegotiationException
getDetails, getErrorType, getSummary
-
Methods inherited from class org.apache.thrift.transport.TTransportException
getType
-
-