public class MendixRuntimeException extends RuntimeException
| Constructor and Description |
|---|
MendixRuntimeException() |
MendixRuntimeException(String message) |
MendixRuntimeException(String message,
Throwable cause) |
MendixRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MendixRuntimeException()
public MendixRuntimeException(String message, Throwable cause)
message - The message of this exceptioncause - The cause of this exceptionpublic MendixRuntimeException(String message)
message - The message of this exceptionpublic MendixRuntimeException(Throwable cause)
cause - The cause of this exception