public class VertxException extends RuntimeException
Constructor and Description |
---|
VertxException(String message)
Create an instance given a message
|
VertxException(String message,
boolean noStackTrace)
Create an instance given a message
|
VertxException(String message,
Throwable cause)
Create an instance given a message and a cause
|
VertxException(Throwable cause)
Create an instance given a cause
|
VertxException(Throwable cause,
boolean noStackTrace)
Create an instance given a message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VertxException(String message)
message
- the messagepublic VertxException(String message, Throwable cause)
message
- the messagecause
- the causepublic VertxException(Throwable cause)
cause
- the causepublic VertxException(String message, boolean noStackTrace)
message
- the messagenoStackTrace
- disable stack trace capturepublic VertxException(Throwable cause, boolean noStackTrace)
cause
- the causenoStackTrace
- disable stack trace captureCopyright © 2023 Eclipse. All rights reserved.