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)
      Creates an exception with the specified message and cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this exception
    • CoreRuntimeException

      public CoreRuntimeException(String message)
      Creates an exception with the specified message.
      Parameters:
      message - the exception message
    • CoreRuntimeException

      public CoreRuntimeException(Throwable cause)
      Creates an exception with the specified cause.
      Parameters:
      cause - the underlying cause of this exception