public class ReplyException extends VertxException
Constructor and Description |
---|
ReplyException(ReplyFailure failureType) |
ReplyException(ReplyFailure failureType,
int failureCode,
java.lang.String message) |
ReplyException(ReplyFailure failureType,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
int |
failureCode() |
ReplyFailure |
failureType() |
public ReplyException(ReplyFailure failureType, int failureCode, java.lang.String message)
public ReplyException(ReplyFailure failureType, java.lang.String message)
public ReplyException(ReplyFailure failureType)
public ReplyFailure failureType()
public int failureCode()