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