Class CoreRuntimeException

All Implemented Interfaces:
Serializable

public class CoreRuntimeException extends MendixRuntimeException
Thrown when exception arises in core parts of the runtime.
See Also:
  • Constructor Details

    • CoreRuntimeException

      public CoreRuntimeException(String message, Throwable cause)
    • CoreRuntimeException

      public CoreRuntimeException(String message)
    • CoreRuntimeException

      public CoreRuntimeException(Throwable cause)