Class NotMigrableInSafeModeException

    • Constructor Detail

      • NotMigrableInSafeModeException

        public NotMigrableInSafeModeException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • NotMigrableInSafeModeException

        public NotMigrableInSafeModeException​(String message,
                                              Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.