public class VertxException
extends java.lang.RuntimeException
Vert.x hates Java checked exceptions and doesn't want to pollute it's API with them.
Constructor and Description |
---|
VertxException(java.lang.String message) |
VertxException(java.lang.String message,
java.lang.Throwable cause) |
VertxException(java.lang.Throwable cause) |