public class MendixRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MendixRuntimeException() |
MendixRuntimeException(java.lang.String message) |
MendixRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
MendixRuntimeException(java.lang.Throwable cause) |
public MendixRuntimeException()
public MendixRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - The message of this exceptioncause - The cause of this exceptionpublic MendixRuntimeException(java.lang.String message)
message - The message of this exceptionpublic MendixRuntimeException(java.lang.Throwable cause)
cause - The cause of this exception