public class NotEnoughRepliesException extends MaestroException
Constructor and Description |
---|
NotEnoughRepliesException() |
NotEnoughRepliesException(String message,
Object... args) |
NotEnoughRepliesException(String message,
Throwable cause) |
NotEnoughRepliesException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NotEnoughRepliesException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotEnoughRepliesException()
public NotEnoughRepliesException(Throwable cause)
This documentation was released into the public domain.